mirror of
https://github.com/boostorg/concept_check.git
synced 2025-07-30 12:37:34 +02:00
removed #include of limits
[SVN r9694]
This commit is contained in:
@ -6,6 +6,7 @@
|
|||||||
// to its suitability for any purpose.
|
// to its suitability for any purpose.
|
||||||
//
|
//
|
||||||
// Revision History:
|
// Revision History:
|
||||||
|
// 02 April 2001: Removed limits header altogether. (Jeremy Siek)
|
||||||
// 01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock)
|
// 01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock)
|
||||||
//
|
//
|
||||||
#ifndef BOOST_CONCEPT_CHECKS_HPP
|
#ifndef BOOST_CONCEPT_CHECKS_HPP
|
||||||
@ -14,7 +15,6 @@
|
|||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
#include <boost/iterator.hpp>
|
#include <boost/iterator.hpp>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
#include <boost/limits.hpp>
|
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) || defined(__BORLANDC__)
|
#if defined(BOOST_MSVC) || defined(__BORLANDC__)
|
||||||
|
Reference in New Issue
Block a user