Skip to content

Commit

Permalink
missing ;
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Jul 14, 2024
1 parent 708684d commit a4e59a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/array_ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ BOOST_AUTO_TEST_CASE(multi_array_ptr) {
static_assert( std::is_trivially_copyable_v<multi::array_ptr<double, 2>> );

#ifndef _MSVER
static_assert( std::is_trivially_default_constructible_v<multi::layout_t<0>> )
static_assert( std::is_trivially_default_constructible_v<multi::layout_t<0>> );
static_assert( std::is_trivially_default_constructible_v<multi::layout_t<1>> );
static_assert( std::is_trivially_default_constructible_v<multi::layout_t<2>> );
#endif
Expand Down

0 comments on commit a4e59a9

Please sign in to comment.