Add constant value to the main struct in BOOST_INTRUSIVE_OPTION_CONSTANT

This commit is contained in:
Ion Gaztañaga
2022-10-01 18:23:37 +02:00
parent e41303a26b
commit 7c9bb4d540

View File

@@ -251,6 +251,8 @@ struct OPTION_NAME \
template< TYPE VALUE> \
struct OPTION_NAME \
{ \
static const TYPE value = VALUE; \
\
template<class Base> \
struct pack : Base \
{ \