Skip to content

Commit

Permalink
Fix typo in BOOST_INTRUSIVE_STATIC_ASSERT
Browse files Browse the repository at this point in the history
  • Loading branch information
igaztanaga committed Jan 2, 2024
1 parent dc4f166 commit e997641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/intrusive/detail/workaround.hpp
Expand Up @@ -108,7 +108,7 @@ template<unsigned> struct static_assert_test {};
#define BOOST_INTRUSIVE_STATIC_ASSERT(B) \
typedef ::boost::intrusive::detail::static_assert_test<\
(unsigned)sizeof(::boost::intrusive::detail::STATIC_ASSERTION_FAILURE<bool(B)>)>\
BOOST_JOIN(boost_static_assert_typedef_, __LINE__) BOOST_ATTRIBUTE_UNUSED
BOOST_JOIN(boost_intrusive_static_assert_typedef_, __LINE__) BOOST_ATTRIBUTE_UNUSED

#endif

Expand Down

0 comments on commit e997641

Please sign in to comment.