INTEGRATION: CWS hr33 (1.3.14); FILE MERGED
2006/11/07 10:45:14 hr 1.3.14.2: RESYNC: (1.3-1.5); FILE MERGED 2006/05/03 14:02:58 hr 1.3.14.1: #i64453#: bump up accepted GCC version to 4.2
This commit is contained in:
parent
2b4c7cdd17
commit
ae1582daa8
1 changed files with 21 additions and 0 deletions
|
@ -37,6 +37,27 @@
|
||||||
#ifdef BOOST_MEM_FN_ENABLE_STDCALL
|
#ifdef BOOST_MEM_FN_ENABLE_STDCALL
|
||||||
|
|
||||||
#define BOOST_BIND_MF_NAME(X) X##_stdcall
|
#define BOOST_BIND_MF_NAME(X) X##_stdcall
|
||||||
|
*** misc/boost-1.30.2/boost/config/compiler/gcc.hpp 2003-08-02 18:20:49.000000000 +0200
|
||||||
|
--- misc/build/boost-1.30.2/boost/config/compiler/gcc.hpp 2006-11-07 11:28:26.000000000 +0100
|
||||||
|
***************
|
||||||
|
*** 73,80 ****
|
||||||
|
# error "Compiler not configured - please reconfigure"
|
||||||
|
#endif
|
||||||
|
//
|
||||||
|
! // last known and checked version is 3.3:
|
||||||
|
! #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ > 3))
|
||||||
|
# if defined(BOOST_ASSERT_CONFIG)
|
||||||
|
# error "Unknown compiler version - please run the configure tests and report the results"
|
||||||
|
# else
|
||||||
|
--- 73,80 ----
|
||||||
|
# error "Compiler not configured - please reconfigure"
|
||||||
|
#endif
|
||||||
|
//
|
||||||
|
! // last known and checked version is 4.2:
|
||||||
|
! #if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ > 2))
|
||||||
|
# if defined(BOOST_ASSERT_CONFIG)
|
||||||
|
# error "Unknown compiler version - please run the configure tests and report the results"
|
||||||
|
# else
|
||||||
*** misc/boost-1.30.2/boost/function/function_template.hpp Fri Feb 7 15:03:36 2003
|
*** misc/boost-1.30.2/boost/function/function_template.hpp Fri Feb 7 15:03:36 2003
|
||||||
--- misc/build/boost-1.30.2/boost/function/function_template.hpp Wed Mar 8 20:10:22 2006
|
--- misc/build/boost-1.30.2/boost/function/function_template.hpp Wed Mar 8 20:10:22 2006
|
||||||
***************
|
***************
|
||||||
|
|
Loading…
Reference in a new issue