Large patch from Ulrich Eckhardt to fix support for EVC++ 4.

[SVN r30670]
This commit is contained in:
John Maddock
2005-08-25 16:27:28 +00:00
parent 72d69ef6ad
commit 1637edf8ca

View File

@@ -55,7 +55,7 @@
// appear in the function's argument list. // appear in the function's argument list.
// //
// TODO: Add this to config.hpp? // TODO: Add this to config.hpp?
# if defined(BOOST_MSVC) && BOOST_MSVC <= 1200 // 1200 = VC6 # if defined(BOOST_MSVC) && BOOST_MSVC < 1300
# define BOOST_EXPLICIT_DEFAULT_TARGET , ::boost::type<Target>* = 0 # define BOOST_EXPLICIT_DEFAULT_TARGET , ::boost::type<Target>* = 0
# else # else
# define BOOST_EXPLICIT_DEFAULT_TARGET # define BOOST_EXPLICIT_DEFAULT_TARGET