forked from boostorg/fusion
Use BOOST_CONSTEXPR_OR_CONST instead.
Older GCC cannot specify both of const and constexpr to variable decl. Partially fix #11517
This commit is contained in:
@ -64,7 +64,7 @@ namespace boost { namespace fusion
|
||||
}
|
||||
};
|
||||
|
||||
BOOST_CONSTEXPR unused_type const unused = unused_type();
|
||||
BOOST_CONSTEXPR_OR_CONST unused_type unused = unused_type();
|
||||
|
||||
namespace detail
|
||||
{
|
||||
|
Reference in New Issue
Block a user