summaryrefslogtreecommitdiff
path: root/boost/intrusive/pack_options.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/intrusive/pack_options.hpp')
-rw-r--r--boost/intrusive/pack_options.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/boost/intrusive/pack_options.hpp b/boost/intrusive/pack_options.hpp
index 077b08b60c..944243f661 100644
--- a/boost/intrusive/pack_options.hpp
+++ b/boost/intrusive/pack_options.hpp
@@ -13,12 +13,12 @@
#ifndef BOOST_INTRUSIVE_PACK_OPTIONS_HPP
#define BOOST_INTRUSIVE_PACK_OPTIONS_HPP
-#if defined(_MSC_VER)
+#include <boost/intrusive/detail/config_begin.hpp>
+
+#if defined(BOOST_HAS_PRAGMA_ONCE)
# pragma once
#endif
-#include <boost/intrusive/detail/config_begin.hpp>
-
namespace boost {
namespace intrusive {
@@ -257,7 +257,7 @@ struct OPTION_NAME \
//! - a default options class defining initial static constant
//! and typedefs
//! - several options defined with BOOST_INTRUSIVE_OPTION_CONSTANT and
-//! BOOST_INTRUSIVE_OPTION_TYPE
+//! BOOST_INTRUSIVE_OPTION_TYPE
//!
//! and packs them together in a new type that defines all options as
//! member typedefs or static constant values. Given options of form:
@@ -308,7 +308,7 @@ struct pack_options
//!
//! \code
//! struct OPTION_NAME<class TYPE>
-//! { /*unspecified_content*/ };
+//! { unspecified_content };
//! \endcode
//!
//! ...that after being combined with
@@ -338,7 +338,7 @@ struct pack_options
//!
//! \code
//! struct OPTION_NAME<TYPE VALUE>
-//! { /*unspecified_content*/ };
+//! { unspecified_content };
//! \endcode
//!
//! ...that after being combined with