forked from boostorg/config
bring into sync with tools/build/intel-win32-tools.jam
[SVN r18649]
This commit is contained in:
@@ -31,18 +31,17 @@
|
|||||||
|
|
||||||
# if defined(_MSC_VER) && (_MSC_VER <= 1300) // added check for <= VC 7 (Peter Dimov)
|
# if defined(_MSC_VER) && (_MSC_VER <= 1300) // added check for <= VC 7 (Peter Dimov)
|
||||||
|
|
||||||
// Intel C++ 5.0.1 uses EDG 2.45, but fails to activate Koenig lookup
|
// Boost libraries assume strong standard conformance unless otherwise
|
||||||
// in the frontend even in "strict" mode, unless you use
|
// indicated by a config macro. As configured by Intel, the EDG front-end
|
||||||
// -Qoption,cpp,--arg_dep_lookup. (reported by Kirk Klobe & Thomas Witt)
|
// requires certain compiler options be set to achieve that strong conformance.
|
||||||
// Similarly, -Qoption,cpp,--new_for_init enables new-style "for" loop
|
// Particularly /Qoption,c,--arg_dep_lookup (reported by Kirk Klobe & Thomas Witt)
|
||||||
// variable scoping. (reported by Thomas Witt)
|
// and /Zc:wchar_t,forScope. See boost-root/tools/build/intel-win32-tools.jam for
|
||||||
// Intel C++ 6.0 (currently in Beta test) doesn't have any front-end
|
// details as they apply to particular versions of the compiler. When the
|
||||||
// changes at all. (reported by Kirk Klobe)
|
// compiler does not predefine a macro indicating if an option has been set,
|
||||||
// That can't be right, since it supports template template
|
// this config file simply assumes the option has been set.
|
||||||
// arguments (reported by Dave Abrahams)
|
// Thus BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP will not be defined, even if
|
||||||
# ifndef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
|
// the compiler option is not enabled.
|
||||||
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
|
|
||||||
# endif
|
|
||||||
# define BOOST_NO_SWPRINTF
|
# define BOOST_NO_SWPRINTF
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user