|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r85546 - trunk/boost
From: andrey.semashev_at_[hidden]
Date: 2013-09-01 15:07:07
Author: andysem
Date: 2013-09-01 15:07:06 EDT (Sun, 01 Sep 2013)
New Revision: 85546
URL: http://svn.boost.org/trac/boost/changeset/85546
Log:
Added #pragma once in case if it speeds up compilation.
Text files modified:
trunk/boost/config.hpp | 17 +++++------------
1 files changed, 5 insertions(+), 12 deletions(-)
Modified: trunk/boost/config.hpp
==============================================================================
--- trunk/boost/config.hpp Sun Sep 1 14:50:53 2013 (r85545)
+++ trunk/boost/config.hpp 2013-09-01 15:07:06 EDT (Sun, 01 Sep 2013) (r85546)
@@ -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