mirror of
https://github.com/boostorg/type_traits.git
synced 2025-08-02 14:04:29 +02:00
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