]> git.lyx.org Git - lyx.git/blob - boost/boost/type_traits/arithmetic_traits.hpp
Bug: 935
[lyx.git] / boost / boost / type_traits / arithmetic_traits.hpp
1 //  (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
2 //  Permission to copy, use, modify, sell and
3 //  distribute this software is granted provided this copyright notice appears
4 //  in all copies. This software is provided "as is" without express or implied
5 //  warranty, and with no claim as to its suitability for any purpose.
6 //
7 //  See http://www.boost.org for most recent version including documentation.
8 //
9 //  defines traits classes for arithmetic types:
10 //  is_void, is_integral, is_float, is_arithmetic, is_fundamental.
11
12 #ifndef BOOST_TT_ARITHMETIC_TRAITS_HPP_INCLUDED
13 #define BOOST_TT_ARITHMETIC_TRAITS_HPP_INCLUDED
14
15 #include "boost/type_traits/is_arithmetic.hpp"
16 #include "boost/type_traits/is_float.hpp"
17 #include "boost/type_traits/is_fundamental.hpp"
18 #include "boost/type_traits/is_integral.hpp"
19 #include "boost/type_traits/is_void.hpp"
20
21 #endif // BOOST_TT_ARITHMETIC_TRAITS_HPP_INCLUDED