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 25386bc commit 25cab9aCopy full SHA for 25cab9a
src/beman/optional26/tests/optional.t.cpp
@@ -837,7 +837,7 @@ TEST(OptionalTest, HashTest) {
837
EXPECT_EQ(h3, h4);
838
EXPECT_NE(h1, h3);
839
840
- for(int i : std::views::iota(0, 1000)) {
+ for (int i : std::views::iota(0, 1000)) {
841
auto h1 = std::hash<beman::optional26::optional<int>>{}(i);
842
auto h2 = std::hash<int>{}(i);
843
EXPECT_EQ(h1, h2);
0 commit comments