forked from boostorg/concept_check
changed some #include's
[SVN r8416]
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
#ifndef BOOST_CONCEPT_ARCHETYPES_HPP
|
#ifndef BOOST_CONCEPT_ARCHETYPES_HPP
|
||||||
#define BOOST_CONCEPT_ARCHETYPES_HPP
|
#define BOOST_CONCEPT_ARCHETYPES_HPP
|
||||||
|
|
||||||
#include <iterator>
|
#include <boost/config.hpp>
|
||||||
|
#include <boost/iterator.hpp>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
namespace boost {
|
namespace boost {
|
||||||
|
@@ -8,9 +8,9 @@
|
|||||||
#ifndef BOOST_CONCEPT_CHECKS_HPP
|
#ifndef BOOST_CONCEPT_CHECKS_HPP
|
||||||
#define BOOST_CONCEPT_CHECKS_HPP
|
#define BOOST_CONCEPT_CHECKS_HPP
|
||||||
|
|
||||||
#include <iterator>
|
|
||||||
#include <utility>
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
#include <boost/iterator.hpp>
|
||||||
|
#include <utility>
|
||||||
#include <boost/pending/limits.hpp>
|
#include <boost/pending/limits.hpp>
|
||||||
|
|
||||||
#if (__GNUC__) || defined(__KCC) || defined(__ghs) || defined(__MWERKS__)
|
#if (__GNUC__) || defined(__KCC) || defined(__ghs) || defined(__MWERKS__)
|
||||||
|
Reference in New Issue
Block a user