forked from boostorg/type_traits
Fix mpl conceptual failure.
This commit is contained in:
@ -67,6 +67,7 @@ namespace boost{
|
||||
template <bool val>
|
||||
struct integral_constant<bool, val>
|
||||
{
|
||||
typedef mpl::integral_c_tag tag;
|
||||
typedef integral_constant<bool, val> type;
|
||||
static const bool value = val;
|
||||
|
||||
|
Reference in New Issue
Block a user