$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85578 - trunk/boost
From: andrey.semashev_at_[hidden]
Date: 2013-09-05 14:28:42
Author: andysem
Date: 2013-09-05 14:28:42 EDT (Thu, 05 Sep 2013)
New Revision: 85578
URL: http://svn.boost.org/trac/boost/changeset/85578
Log:
Corrected macro name.
Text files modified:
trunk/boost/atomic.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/atomic.hpp
==============================================================================
--- trunk/boost/atomic.hpp Thu Sep 5 14:25:41 2013 (r85577)
+++ trunk/boost/atomic.hpp 2013-09-05 14:28:42 EDT (Thu, 05 Sep 2013) (r85578)
@@ -11,7 +11,7 @@
#include <boost/atomic/atomic.hpp>
-#ifdef BOOST_ATOMIC_HAS_PRAGMA_ONCE
+#ifdef BOOST_HAS_PRAGMA_ONCE
#pragma once
#endif