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 e73c958 commit 1aa41f5Copy full SHA for 1aa41f5
libcxx/test/libcxx/ranges/range.utility/range.utility.conv/to.verify.cpp
@@ -68,4 +68,5 @@ void test() {
68
R{}); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
69
(void)(R{} | std::ranges::to<
70
color>()); //expected-error-re@*:* {{static assertion failed{{.*}}The target must be a class type}}
71
+
72
}
0 commit comments