Skip to content

Commit

Permalink
fixup! WIP: [libc++][ranges] Implement ranges::stride_view.
Browse files Browse the repository at this point in the history
Make formatting happy.
  • Loading branch information
hawkinsw committed Oct 2, 2024
1 parent 744c901 commit 7f04ecb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ constexpr bool test() {
}

// A final sanity check.
{
static_assert(std::same_as<decltype(std::views::stride), decltype(std::ranges::views::stride)>);
}
{ static_assert(std::same_as<decltype(std::views::stride), decltype(std::ranges::views::stride)>); }

return true;
}
Expand Down

0 comments on commit 7f04ecb

Please sign in to comment.