Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86074 - in trunk/boost: . exception exception/detail
From: steveire_at_[hidden]
Date: 2013-09-30 12:01:02


Author: skelly
Date: 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013)
New Revision: 86074
URL: http://svn.boost.org/trac/boost/changeset/86074

Log:
Exception: Remove obsolete GCC version checks.

Text files modified:
   trunk/boost/exception/N3757.hpp | 2 +-
   trunk/boost/exception/all.hpp | 2 +-
   trunk/boost/exception/current_exception_cast.hpp | 2 +-
   trunk/boost/exception/detail/clone_current_exception.hpp | 2 +-
   trunk/boost/exception/detail/error_info_impl.hpp | 2 +-
   trunk/boost/exception/detail/exception_ptr.hpp | 2 +-
   trunk/boost/exception/detail/is_output_streamable.hpp | 2 +-
   trunk/boost/exception/detail/object_hex_dump.hpp | 2 +-
   trunk/boost/exception/detail/type_info.hpp | 2 +-
   trunk/boost/exception/diagnostic_information.hpp | 2 +-
   trunk/boost/exception/errinfo_errno.hpp | 2 +-
   trunk/boost/exception/exception.hpp | 2 +-
   trunk/boost/exception/get_error_info.hpp | 2 +-
   trunk/boost/exception/info.hpp | 2 +-
   trunk/boost/exception/info_tuple.hpp | 2 +-
   trunk/boost/exception/to_string.hpp | 2 +-
   trunk/boost/exception/to_string_stub.hpp | 2 +-
   trunk/boost/throw_exception.hpp | 2 +-
   18 files changed, 18 insertions(+), 18 deletions(-)

Modified: trunk/boost/exception/N3757.hpp
==============================================================================
--- trunk/boost/exception/N3757.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/N3757.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_9011016A11A711E3B46CD9FA6088709B
 #define UUID_9011016A11A711E3B46CD9FA6088709B
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/all.hpp
==============================================================================
--- trunk/boost/exception/all.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/all.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_316FDA946C0D11DEA9CBAE5255D89593
 #define UUID_316FDA946C0D11DEA9CBAE5255D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/current_exception_cast.hpp
==============================================================================
--- trunk/boost/exception/current_exception_cast.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/current_exception_cast.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_7E83C166200811DE885E826156D89593
 #define UUID_7E83C166200811DE885E826156D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/detail/clone_current_exception.hpp
==============================================================================
--- trunk/boost/exception/detail/clone_current_exception.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/detail/clone_current_exception.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_81522C0EB56511DFAB613DB0DFD72085
 #define UUID_81522C0EB56511DFAB613DB0DFD72085
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/detail/error_info_impl.hpp
==============================================================================
--- trunk/boost/exception/detail/error_info_impl.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/detail/error_info_impl.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_CE6983AC753411DDA764247956D89593
 #define UUID_CE6983AC753411DDA764247956D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/detail/exception_ptr.hpp
==============================================================================
--- trunk/boost/exception/detail/exception_ptr.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/detail/exception_ptr.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_618474C2DE1511DEB74A388C56D89593
 #define UUID_618474C2DE1511DEB74A388C56D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/detail/is_output_streamable.hpp
==============================================================================
--- trunk/boost/exception/detail/is_output_streamable.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/detail/is_output_streamable.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_898984B4076411DD973EDFA055D89593
 #define UUID_898984B4076411DD973EDFA055D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/detail/object_hex_dump.hpp
==============================================================================
--- trunk/boost/exception/detail/object_hex_dump.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/detail/object_hex_dump.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_6F463AC838DF11DDA3E6909F56D89593
 #define UUID_6F463AC838DF11DDA3E6909F56D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/detail/type_info.hpp
==============================================================================
--- trunk/boost/exception/detail/type_info.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/detail/type_info.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_C3E1741C754311DDB2834CCA55D89593
 #define UUID_C3E1741C754311DDB2834CCA55D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/diagnostic_information.hpp
==============================================================================
--- trunk/boost/exception/diagnostic_information.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/diagnostic_information.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_0552D49838DD11DD90146B8956D89593
 #define UUID_0552D49838DD11DD90146B8956D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/errinfo_errno.hpp
==============================================================================
--- trunk/boost/exception/errinfo_errno.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/errinfo_errno.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_F0EE17BE6C1211DE87FF459155D89593
 #define UUID_F0EE17BE6C1211DE87FF459155D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/exception.hpp
==============================================================================
--- trunk/boost/exception/exception.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/exception.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_274DA366004E11DCB1DDFE2E56D89593
 #define UUID_274DA366004E11DCB1DDFE2E56D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/get_error_info.hpp
==============================================================================
--- trunk/boost/exception/get_error_info.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/get_error_info.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_1A590226753311DD9E4CCF6156D89593
 #define UUID_1A590226753311DD9E4CCF6156D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/info.hpp
==============================================================================
--- trunk/boost/exception/info.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/info.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_8D22C4CA9CC811DCAA9133D256D89593
 #define UUID_8D22C4CA9CC811DCAA9133D256D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/info_tuple.hpp
==============================================================================
--- trunk/boost/exception/info_tuple.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/info_tuple.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_63EE924290FB11DC87BB856555D89593
 #define UUID_63EE924290FB11DC87BB856555D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/to_string.hpp
==============================================================================
--- trunk/boost/exception/to_string.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/to_string.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_7E48761AD92811DC9011477D56D89593
 #define UUID_7E48761AD92811DC9011477D56D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/exception/to_string_stub.hpp
==============================================================================
--- trunk/boost/exception/to_string_stub.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/exception/to_string_stub.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -5,7 +5,7 @@
 
 #ifndef UUID_E788439ED9F011DCB181F25B55D89593
 #define UUID_E788439ED9F011DCB181F25B55D89593
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)

Modified: trunk/boost/throw_exception.hpp
==============================================================================
--- trunk/boost/throw_exception.hpp Mon Sep 30 12:00:29 2013 (r86073)
+++ trunk/boost/throw_exception.hpp 2013-09-30 12:01:02 EDT (Mon, 30 Sep 2013) (r86074)
@@ -1,6 +1,6 @@
 #ifndef UUID_AA15E74A856F11E08B8D93F24824019B
 #define UUID_AA15E74A856F11E08B8D93F24824019B
-#if (__GNUC__*100+__GNUC_MINOR__>301) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
+#if defined(__GNUC__) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif
 #if defined(_MSC_VER) && !defined(BOOST_EXCEPTION_ENABLE_WARNINGS)


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk