forked from boostorg/integer
Added boost-wide <limits> woraround
[SVN r9688]
This commit is contained in:
@ -9,7 +9,8 @@
|
|||||||
// See http://www.boost.org for most recent version including documentation.
|
// See http://www.boost.org for most recent version including documentation.
|
||||||
|
|
||||||
// Revision History
|
// Revision History
|
||||||
// 30 Jul 00 Add typename syntax fix (Jens Maurer)
|
// 01 Apr 01 Modified to use new <boost/limits.hpp> header. (John Maddock)
|
||||||
|
// 30 Jul 00 Add typename syntax fix (Jens Maurer)
|
||||||
// 28 Aug 99 Initial version
|
// 28 Aug 99 Initial version
|
||||||
|
|
||||||
#ifndef BOOST_INTEGER_HPP
|
#ifndef BOOST_INTEGER_HPP
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
#ifndef BOOST_INTEGER_TRAITS_HPP
|
#ifndef BOOST_INTEGER_TRAITS_HPP
|
||||||
#define BOOST_INTEGER_TRAITS_HPP
|
#define BOOST_INTEGER_TRAITS_HPP
|
||||||
|
|
||||||
#include <limits>
|
|
||||||
#include <boost/config.hpp>
|
#include <boost/config.hpp>
|
||||||
|
#include <boost/limits.hpp>
|
||||||
|
|
||||||
// This is an implementation detail and not part of the interface
|
// This is an implementation detail and not part of the interface
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
Reference in New Issue
Block a user