From 538b271d24c4102b35156a41923ad63bc9fc5301 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 9 Apr 2003 11:57:59 +0000 Subject: [PATCH] Small changes to support new iterator adaptors in sandbox [SVN r18212] --- include/boost/concept_check.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;