Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84857 - trunk/boost/atomic/detail
From: andrey.semashev_at_[hidden]
Date: 2013-06-21 04:29:20


Author: andysem
Date: 2013-06-21 04:29:19 EDT (Fri, 21 Jun 2013)
New Revision: 84857
URL: http://svn.boost.org/trac/boost/changeset/84857

Log:
Mentioned Intel compiler version in the comment.

Text files modified:
   trunk/boost/atomic/detail/platform.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/atomic/detail/platform.hpp
==============================================================================
--- trunk/boost/atomic/detail/platform.hpp Fri Jun 21 04:25:35 2013 (r84856)
+++ trunk/boost/atomic/detail/platform.hpp 2013-06-21 04:29:19 EDT (Fri, 21 Jun 2013) (r84857)
@@ -15,7 +15,7 @@
 #pragma once
 #endif
 
-// Intel compiler does not support __atomic* intrinsics properly, although defines them
+// Intel compiler does not support __atomic* intrinsics properly, although defines them (tested with 13.0.1 and 13.1.1 on Linux)
 #if (defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 407) && !defined(BOOST_INTEL_CXX_VERSION))\
     || (defined(BOOST_CLANG) && ((__clang_major__ * 100 + __clang_minor__) >= 302))
 


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