We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9740ad0 commit 10c5fa4Copy full SHA for 10c5fa4
libcxx/test/libcxx/ranges/range.utility/range.utility.conv/to.verify.cpp
@@ -68,5 +68,5 @@ void test() {
68
(void)std::ranges::to<color>(
69
R{}); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
70
(void)(R{} | std::ranges::to<
71
- color>()); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
+ color>()); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
72
}
0 commit comments