forked from boostorg/config
Removed reference to BOOST_HAS_LONG_LONG (doesn't work yet).
[SVN r13819]
This commit is contained in:
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#if (_MSC_VER <= 1300) // || !defined(BOOST_STRICT_CONFIG) // VC7 Beta 2 or later
|
#if (_MSC_VER <= 1300) // || !defined(BOOST_STRICT_CONFIG) // VC7 Beta 2 or later
|
||||||
|
|
||||||
#if !defined(_MSC_EXTENSIONS) && !defined(BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS) // VC7 bug with /Za
|
#if !defined(_MSC_EXTENSIONS) && !defined(BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS) // VC7 bug with /Za
|
||||||
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
|
# define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -80,12 +80,6 @@
|
|||||||
# define BOOST_HAS_MS_INT64
|
# define BOOST_HAS_MS_INT64
|
||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
// long long support:
|
|
||||||
//
|
|
||||||
#if (_MSC_VER >= 1301) && defined(_MSC_EXTENSIONS)
|
|
||||||
# define BOOST_HAS_LONG_LONG
|
|
||||||
#endif
|
|
||||||
//
|
|
||||||
// disable Win32 API's if compiler extentions are
|
// disable Win32 API's if compiler extentions are
|
||||||
// turned off:
|
// turned off:
|
||||||
//
|
//
|
||||||
@ -114,3 +108,4 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user