forked from boostorg/intrusive
Add constant value to the main struct in BOOST_INTRUSIVE_OPTION_CONSTANT
This commit is contained in:
@@ -251,6 +251,8 @@ struct OPTION_NAME \
|
||||
template< TYPE VALUE> \
|
||||
struct OPTION_NAME \
|
||||
{ \
|
||||
static const TYPE value = VALUE; \
|
||||
\
|
||||
template<class Base> \
|
||||
struct pack : Base \
|
||||
{ \
|
||||
|
Reference in New Issue
Block a user