Compare commits

...

5 Commits

Author SHA1 Message Date
nobody
5d0d3b9c01 This commit was manufactured by cvs2svn to create tag
'Version_1_28_0'.

[SVN r13949]
2002-05-16 13:26:18 +00:00
John Maddock
e194041a94 Removed BOOST_HAS_LONG_LONG entry (doesn't work yet)
[SVN r13818]
2002-05-11 10:56:10 +00:00
John Maddock
e717976d2c stripped tabs from files.
[SVN r13817]
2002-05-11 10:54:40 +00:00
Beman Dawes
32b5ab1bc8 1_28_0
[SVN r13815]
2002-05-11 01:43:23 +00:00
nobody
63267b3b83 This commit was manufactured by cvs2svn to create branch 'RC_1_28_0'.
[SVN r13795]
2002-05-10 04:34:27 +00:00
3 changed files with 4 additions and 9 deletions

View File

@@ -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

View File

@@ -12,4 +12,4 @@
#define BOOST_NO_CWCHAR
#define BOOST_NO_STD_WSTRING
#define BOOST_NO_INTRINSIC_WCHAR_T

View File

@@ -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