Skip to content

Commit

Permalink
Fix typo in BOOST_MOVE_STATIC_ASSERT
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Jan 2, 2024
1 parent 4798a80 commit 7c01072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/move/detail/workaround.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ template<unsigned> struct static_assert_test {};
#define BOOST_MOVE_STATIC_ASSERT(B) \
typedef ::boost::move_detail::static_assert_test<\
(unsigned)sizeof(::boost::move_detail::STATIC_ASSERTION_FAILURE<bool(B)>)>\
BOOST_JOIN(boost_static_assert_typedef_, __LINE__) BOOST_ATTRIBUTE_UNUSED
BOOST_JOIN(boost_move_static_assert_typedef_, __LINE__) BOOST_ATTRIBUTE_UNUSED

#endif

Expand Down

0 comments on commit 7c01072

Please sign in to comment.