|
Boost-Commit : |
From: john_at_[hidden]
Date: 2008-02-07 04:57:49
Author: johnmaddock
Date: 2008-02-07 04:57:48 EST (Thu, 07 Feb 2008)
New Revision: 43142
URL: http://svn.boost.org/trac/boost/changeset/43142
Log:
Merge sunpro update from Trunk.
Text files modified:
branches/release/boost/config/compiler/sunpro_cc.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/boost/config/compiler/sunpro_cc.hpp
==============================================================================
--- branches/release/boost/config/compiler/sunpro_cc.hpp (original)
+++ branches/release/boost/config/compiler/sunpro_cc.hpp 2008-02-07 04:57:48 EST (Thu, 07 Feb 2008)
@@ -84,8 +84,8 @@
#error "Compiler not supported or configured - please reconfigure"
#endif
//
-// last known and checked version is 0x570:
-#if (__SUNPRO_CC > 0x580)
+// last known and checked version is 0x590:
+#if (__SUNPRO_CC > 0x590)
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# endif
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