Skip to content

Commit

Permalink
more nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Dec 23, 2024
1 parent 920caf9 commit fd88406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/boost/multi/adaptors/fftw/test/moved.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ auto main() -> int { // NOLINT(readability-function-cognitive-complexity,bugpro
BOOST_TEST( A1[0] == A1[1] );
}
{
// NOLINTBEGIN(fuchsia-default-arguments-calls)
multi::array<std::vector<int>, 3> A1 = {
{
{std::vector<int>(1), std::vector<int>(2)},
Expand All @@ -292,6 +293,7 @@ auto main() -> int { // NOLINT(readability-function-cognitive-complexity,bugpro
{std::vector<int>(7), std::vector<int>(8)}
},
};
// NOLINTEND(fuchsia-default-arguments-calls)

auto&& R1 = A1[1];
R1 = A1[0].move();
Expand Down

0 comments on commit fd88406

Please sign in to comment.