| Issue |
60986
|
| Summary |
[libc++][ranges] Feature test macro for `views::as_rvalue` is missing
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
JMazurkiewicz
|
Example:
```c++
#include <ranges>
auto v = std::views::as_rvalue; // works
#ifndef __cpp_lib_ranges_as_rvalue
#error :( // does not work
#endif
```
Compiler explorer: https://godbolt.org/z/vGnx174Pe
Paper: [P2446R2](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2446r2.html#feature-test-macro)
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs