forked from boostorg/type_traits
Added #include <climits>
[SVN r9275]
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
// is_void, is_integral, is_float, is_arithmetic, is_fundamental.
|
||||
//
|
||||
|
||||
/ Revision History:
|
||||
// Feb 19 2001 Added #include <climits> (David Abrahams)
|
||||
|
||||
#ifndef BOOST_ARITHMETIC_TYPE_TRAITS_HPP
|
||||
#define BOOST_ARITHMETIC_TYPE_TRAITS_HPP
|
||||
@ -21,6 +23,8 @@
|
||||
#include <boost/type_traits/fwd.hpp>
|
||||
#endif
|
||||
|
||||
#include <climits> // for ULLONG_MAX/ULONG_LONG_MAX
|
||||
|
||||
namespace boost{
|
||||
|
||||
//* is a type T void - is_void<T>
|
||||
|
Reference in New Issue
Block a user