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 1edca84 commit a031683Copy full SHA for a031683
libcxx/test/libcxx/algorithms/cpp17_iterator_concepts.verify.cpp
@@ -102,7 +102,7 @@ void check_iterator_requirements() {
102
// expected-note@*:* {{because 'not_copy_assignable' does not satisfy '__cpp17_copy_assignable'}}
103
104
static_assert(std::__cpp17_iterator<diff_t_not_signed>); // expected-error {{static assertion failed}}
105
- // expected-note@*:* {{because 'is_signed_v<__iter_diff_t<diff_t_not_signed>>' evaluated to false}}
+ // expected-note-re@*:* {{because 'is_signed_v<__iter_diff_t<diff_t_not_signed>{{.*}}>' evaluated to false}}
106
}
107
108
struct not_equality_comparable : valid_iterator<not_equality_comparable> {};
0 commit comments