mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-03 14:34:33 +02:00
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user