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.
ranges::stride_view
1 parent a05716f commit 5131b09Copy full SHA for 5131b09
libcxx/test/std/ranges/range.adaptors/range.stride.view/adaptor.pass.cpp
@@ -134,9 +134,7 @@ constexpr bool test() {
134
}
135
136
// A final sanity check.
137
- {
138
- static_assert(std::same_as<decltype(std::views::stride), decltype(std::ranges::views::stride)>);
139
- }
+ { static_assert(std::same_as<decltype(std::views::stride), decltype(std::ranges::views::stride)>); }
140
141
return true;
142
0 commit comments