Merge branch 'develop' into apolukhin/constexpr

This commit is contained in:
very-cool-name
2017-04-10 12:16:38 +03:00
committed by GitHub
55 changed files with 875 additions and 266 deletions

View File

@ -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