update boost on linux
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# ifdef BOOST_OLD_CONCEPT_SUPPORT
|
||||
# include <boost/concept_check/has_constraints.hpp>
|
||||
# include <boost/mpl/if.hpp>
|
||||
# include <boost/type_traits/conditional.hpp>
|
||||
# endif
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace boost
|
||||
|
||||
template <class Model>
|
||||
struct concept_check
|
||||
: mpl::if_c<
|
||||
: conditional<
|
||||
concept_checking::has_constraints<Model>::value
|
||||
, concept_checking::constraint_check<Model>
|
||||
, concept_checking::concept_check_<Model>
|
||||
|
||||
Reference in New Issue
Block a user