summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-11-22 09:48:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-11-22 09:48:12 +0000
commitae1582daa87b4e81f10a592caadfddb5433283ca (patch)
tree622eaca3fdb938303699e38b244268d1d6ef4222 /boost
parent2b4c7cdd17a9383aeafdd25f6ab3794f19da2fd1 (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.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/boost/boost-1.30.2.patch b/boost/boost-1.30.2.patch
index 6b4c48a96aa0..4c534a97cd3b 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
***************