diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:48:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-22 09:48:12 +0000 |
commit | 90624f33e1253d7973841329ecb58825730375e2 (patch) | |
tree | 7e023b352e9eed13d83e06fcbfa86ceb97df16d4 /boost | |
parent | 9cb496d95a2f241e957354d6bc19eb45e91a6d79 (diff) |
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
Diffstat (limited to 'boost')
-rw-r--r-- | boost/boost-1.30.2.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/boost/boost-1.30.2.patch b/boost/boost-1.30.2.patch index 6b4c48a..4c534a9 100644 --- a/boost/boost-1.30.2.patch +++ b/boost/boost-1.30.2.patch @@ -37,6 +37,27 @@ #ifdef BOOST_MEM_FN_ENABLE_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/build/boost-1.30.2/boost/function/function_template.hpp Wed Mar 8 20:10:22 2006 *************** |