Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85605 - branches/release/boost
From: andrey.semashev_at_[hidden]
Date: 2013-09-08 09:57:40


Author: andysem
Date: 2013-09-08 09:57:39 EDT (Sun, 08 Sep 2013)
New Revision: 85605
URL: http://svn.boost.org/trac/boost/changeset/85605

Log:
Merged recent changes from trunk.

Properties modified:
   branches/release/boost/config.hpp (contents, props changed)
Text files modified:
   branches/release/boost/config.hpp | 17 +++++------------
   1 files changed, 5 insertions(+), 12 deletions(-)

Modified: branches/release/boost/config.hpp
==============================================================================
--- branches/release/boost/config.hpp Sun Sep 8 09:55:41 2013 (r85604)
+++ branches/release/boost/config.hpp 2013-09-08 09:57:39 EDT (Sun, 08 Sep 2013) (r85605)
@@ -1,6 +1,6 @@
 // Boost config.hpp configuration header file ------------------------------//
 
-// (C) Copyright John Maddock 2002.
+// (C) Copyright John Maddock 2002.
 // Use, modification and distribution are subject to the
 // Boost Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -56,15 +56,8 @@
 // get config suffix code:
 #include <boost/config/suffix.hpp>
 
-#endif // BOOST_CONFIG_HPP
-
-
-
-
-
-
-
-
-
-
+#ifdef BOOST_HAS_PRAGMA_ONCE
+#pragma once
+#endif
 
+#endif // BOOST_CONFIG_HPP


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