Skip to content

Commit

Permalink
fix tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Jan 29, 2025
1 parent b218673 commit 8b94ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/subarray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ auto main() -> int { // NOLINT(readability-function-cognitive-complexity,bugpro
static_assert(! std::is_trivially_copyable_v <multi::subarray<int, 4>>);
static_assert( std::is_copy_assignable_v <multi::subarray<int, 4>>);
static_assert(! std::is_trivially_copy_assignable_v <multi::subarray<int, 4>>);
static_assert( std::is_swappable_v <multi::subarray<int, 4>>); // TODO fix?
static_assert( std::is_swappable_v <multi::subarray<int, 4>>); // TODO(correaa) fix?

// static_assert( std::is_nothrow_swappable_v <multi::subarray<int, 4>>);
// static_assert( std::is_trivially_relocatable_v <multi::subarray<int, 4>>); // <==========
Expand Down

0 comments on commit 8b94ff7

Please sign in to comment.