summaryrefslogtreecommitdiff
path: root/boost/intrusive/detail/is_stateful_value_traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/intrusive/detail/is_stateful_value_traits.hpp')
-rw-r--r--boost/intrusive/detail/is_stateful_value_traits.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/boost/intrusive/detail/is_stateful_value_traits.hpp b/boost/intrusive/detail/is_stateful_value_traits.hpp
index 8677c666d4..da2260edf6 100644
--- a/boost/intrusive/detail/is_stateful_value_traits.hpp
+++ b/boost/intrusive/detail/is_stateful_value_traits.hpp
@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2009-2012.
+// (C) Copyright Ion Gaztanaga 2009-2013.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -13,7 +13,9 @@
#ifndef BOOST_INTRUSIVE_DETAIL_IS_STATEFUL_VALUE_TRAITS_HPP
#define BOOST_INTRUSIVE_DETAIL_IS_STATEFUL_VALUE_TRAITS_HPP
-#include <boost/intrusive/detail/config_begin.hpp>
+#if defined(_MSC_VER)
+# pragma once
+#endif
#if defined(_MSC_VER) && (_MSC_VER <= 1310)
@@ -72,6 +74,4 @@ struct is_stateful_value_traits
#endif
-#include <boost/intrusive/detail/config_end.hpp>
-
#endif //@ifndef BOOST_INTRUSIVE_DETAIL_IS_STATEFUL_VALUE_TRAITS_HPP