#1425 Support for Visual Studio 2008

[SVN r41027]
This commit is contained in:
Peder Holt 2007-11-12 11:10:20 +00:00
parent 6c09ce7883
commit 9aa58de5e2

View File

@ -104,7 +104,7 @@ namespace boost
typedef T type;
};
};
#elif BOOST_WORKAROUND(BOOST_MSVC,==1400)
#elif BOOST_WORKAROUND(BOOST_MSVC,>=1400)
struct msvc_extract_type_default_param {};
template<typename ID, typename T = msvc_extract_type_default_param>