Details
Details
- Reviewers
philnik - Group Reviewers
Restricted Project - Commits
- rG4cd04d1687f1: [libc++] Removes unneeded <iterator> includes.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
But now
#include <array> auto b = std::begin("");
fails to compile, even though [iterator.range]/1 states: "In addition to being available via inclusion of the <iterator> header, the function templates in 23.7 are
available when any of the following headers are included: <array> (22.3.2), [...]"