mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
More changes to include boost/config.hpp before testing BOOST_HAS_PRAGMA_ONCE
This commit is contained in:
@@ -11,6 +11,10 @@
|
|||||||
#ifndef BOOST_CONTAINER_POOLED_NODE_ALLOCATOR_HPP
|
#ifndef BOOST_CONTAINER_POOLED_NODE_ALLOCATOR_HPP
|
||||||
#define BOOST_CONTAINER_POOLED_NODE_ALLOCATOR_HPP
|
#define BOOST_CONTAINER_POOLED_NODE_ALLOCATOR_HPP
|
||||||
|
|
||||||
|
#ifndef BOOST_CONFIG_HPP
|
||||||
|
# include <boost/config.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
||||||
# pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
@@ -13,6 +13,10 @@
|
|||||||
#ifndef BOOST_CONTAINER_OPTIONS_HPP
|
#ifndef BOOST_CONTAINER_OPTIONS_HPP
|
||||||
#define BOOST_CONTAINER_OPTIONS_HPP
|
#define BOOST_CONTAINER_OPTIONS_HPP
|
||||||
|
|
||||||
|
#ifndef BOOST_CONFIG_HPP
|
||||||
|
# include <boost/config.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
||||||
# pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
@@ -15,6 +15,10 @@
|
|||||||
//! This header file forward declares boost::container::scoped_allocator_adaptor
|
//! This header file forward declares boost::container::scoped_allocator_adaptor
|
||||||
//! and defines the following types:
|
//! and defines the following types:
|
||||||
|
|
||||||
|
#ifndef BOOST_CONFIG_HPP
|
||||||
|
# include <boost/config.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
||||||
# pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
@@ -11,6 +11,10 @@
|
|||||||
#ifndef BOOST_CONTAINER_SET_HPP
|
#ifndef BOOST_CONTAINER_SET_HPP
|
||||||
#define BOOST_CONTAINER_SET_HPP
|
#define BOOST_CONTAINER_SET_HPP
|
||||||
|
|
||||||
|
#ifndef BOOST_CONFIG_HPP
|
||||||
|
# include <boost/config.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
#if defined(BOOST_HAS_PRAGMA_ONCE)
|
||||||
# pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user