Issue 151698
Summary c++lib <iterator> header missing required items.
Labels new issue
Assignees
Reporter edfvogel
    The following C++20 program will compile with other compilers, but not when -stdlib=libc++ is specified:

#include <iterator>
decltype(std::ranges::rbegin) x;

The C++ standard states:

24.3 Range access [range.access]
1 In addition to being available via inclusion of the <ranges> header, the customization point objects in 24.3
are available when <iterator> (23.2) is included.


Not a big deal, but I wanted to report this.

Ed Vogel

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to