Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
raffienficiaud committed Feb 29, 2024
1 parent 98b4e15 commit 2af843c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/test/detail/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class type_info;
#if (defined(BOOST_MSVC) && BOOST_MSVC < 1900) || (defined(BOOST_GCC) && BOOST_GCC < 40700)
# define BOOST_TEST_DEFAULTED_FUNCTION(fun, body) fun body
#else
# define BOOST_TEST_DEFAULTED_FUNCTION(fun, body) BOOST_DEFAULTED_FUNCTION(fun, body);
# define BOOST_TEST_DEFAULTED_FUNCTION(fun, body) BOOST_DEFAULTED_FUNCTION(fun, body)
#endif

//____________________________________________________________________________//
Expand Down

0 comments on commit 2af843c

Please sign in to comment.