forked from boostorg/type_traits
common_arithmetic_type.hpp: remove duplicate const.
This commit is contained in:
@ -206,7 +206,7 @@ private:
|
||||
|
||||
static bool cond();
|
||||
|
||||
BOOST_STATIC_CONSTANT(const int, selector = sizeof(select(cond() ? T() : U())));
|
||||
BOOST_STATIC_CONSTANT(int, selector = sizeof(select(cond() ? T() : U())));
|
||||
|
||||
public:
|
||||
|
||||
|
Reference in New Issue
Block a user