mirror of
https://github.com/boostorg/algorithm.git
synced 2025-06-30 22:41:01 +02:00
Merge branch 'develop' into apolukhin/constexpr
This commit is contained in:
@ -20,7 +20,6 @@
|
||||
template<typename T>
|
||||
struct is_ : public std::unary_function<T, bool> {
|
||||
BOOST_CXX14_CONSTEXPR is_ ( T v ) : val_ ( v ) {}
|
||||
|
||||
BOOST_CXX14_CONSTEXPR bool operator () ( T comp ) const { return val_ == comp; }
|
||||
private:
|
||||
is_ (); // need a value
|
||||
|
Reference in New Issue
Block a user