diff --git a/include/boost/concept_check.hpp b/include/boost/concept_check.hpp index 146ffd9..632fced 100644 --- a/include/boost/concept_check.hpp +++ b/include/boost/concept_check.hpp @@ -22,7 +22,7 @@ #include #include #include -#include +#include #if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 || defined(__BORLANDC__) @@ -43,7 +43,7 @@ template inline void ignore_unused_variable_warning(const T&) { } // the unused, defaulted parameter is a workaround for MSVC and Compaq C++ template -inline void function_requires(type* = 0) +inline void function_requires(mpl::identity* = 0) { #if !defined(NDEBUG) void (Concept::*x)() = BOOST_FPTR Concept::constraints;