mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 09:16:33 +02:00
Syntax error fixed
[SVN r22579]
This commit is contained in:
@ -160,7 +160,7 @@ namespace boost {
|
|||||||
static T* t;
|
static T* t;
|
||||||
public:
|
public:
|
||||||
BOOST_STATIC_CONSTANT(bool, value=(
|
BOOST_STATIC_CONSTANT(bool, value=(
|
||||||
sizeof(has_const_time_erase))==sizeof(yes_type) ) );
|
sizeof(has_const_time_erase(t))==sizeof(yes_type) ) );
|
||||||
#else // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
#else // BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
|
||||||
public:
|
public:
|
||||||
BOOST_STATIC_CONSTANT(bool, value=false);
|
BOOST_STATIC_CONSTANT(bool, value=false);
|
||||||
|
Reference in New Issue
Block a user