Skip to content

Commit

Permalink
fix for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Feb 26, 2025
1 parent ded92ec commit 1cb8602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/iterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ auto main() -> int { // NOLINT(readability-function-cognitive-complexity,bugpro

// simple example arrow iterator 1D
{
multi::array<std::string, 1> const arr({4}, std::string{"hello"});
multi::array<std::string, 1> const arr({4}, std::string{"hello"}); // NOLINT(fuchsia-default-arguments-calls)
BOOST_TEST( arr.size() == 4 );
BOOST_TEST( arr.begin()->size() == 5 );

Expand Down

0 comments on commit 1cb8602

Please sign in to comment.