updated boost on windows
This commit is contained in:
@@ -26,11 +26,11 @@ struct ordinal_tag {};
|
||||
template<int N>
|
||||
struct ordinal {
|
||||
typedef detail::ordinal_tag tag;
|
||||
static const long value = N;
|
||||
BOOST_STATIC_CONSTEXPR long value = N;
|
||||
};
|
||||
|
||||
template<int N>
|
||||
const long ordinal<N>::value;
|
||||
BOOST_CONSTEXPR_OR_CONST long ordinal<N>::value;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user