mirror of
https://github.com/boostorg/config.git
synced 2026-03-07 06:14:04 +01:00
Compare commits
5 Commits
boost-1.34
...
boost-1.28
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d0d3b9c01 | ||
|
|
e194041a94 | ||
|
|
e717976d2c | ||
|
|
32b5ab1bc8 | ||
|
|
63267b3b83 |
@@ -26,7 +26,7 @@
|
||||
|
||||
#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
|
||||
#endif
|
||||
|
||||
@@ -80,12 +80,6 @@
|
||||
# define BOOST_HAS_MS_INT64
|
||||
#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
|
||||
// turned off:
|
||||
//
|
||||
@@ -114,3 +108,4 @@
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
#define BOOST_NO_CWCHAR
|
||||
#define BOOST_NO_STD_WSTRING
|
||||
#define BOOST_NO_INTRINSIC_WCHAR_T
|
||||
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
// BOOST_VERSION / 100 % 1000 is the minor version
|
||||
// BOOST_VERSION / 100000 is the major version
|
||||
|
||||
#define BOOST_VERSION 102700
|
||||
#define BOOST_VERSION 102800
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user