|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81330 - branches/release/boost/smart_ptr/detail
From: pdimov_at_[hidden]
Date: 2012-11-14 06:43:17
Author: pdimov
Date: 2012-11-14 06:43:17 EST (Wed, 14 Nov 2012)
New Revision: 81330
URL: http://svn.boost.org/trac/boost/changeset/81330
Log:
Manually apply [69019] from trunk.
Text files modified:
branches/release/boost/smart_ptr/detail/sp_has_sync.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/smart_ptr/detail/sp_has_sync.hpp
==============================================================================
--- branches/release/boost/smart_ptr/detail/sp_has_sync.hpp (original)
+++ branches/release/boost/smart_ptr/detail/sp_has_sync.hpp 2012-11-14 06:43:17 EST (Wed, 14 Nov 2012)
@@ -44,7 +44,7 @@
#undef BOOST_SP_HAS_SYNC
#endif
-#if defined( __INTEL_COMPILER ) && !defined( __ia64__ ) && ( __INTEL_COMPILER < 1100 )
+#if defined( __INTEL_COMPILER ) && !defined( __ia64__ ) && ( __INTEL_COMPILER < 1110 )
#undef BOOST_SP_HAS_SYNC
#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