123456789101112131415161718192021222324 |
- #ifndef BOOST_NUMERIC_CONVERSION_BOUNDS_12NOV2002_HPP
- #define BOOST_NUMERIC_CONVERSION_BOUNDS_12NOV2002_HPP
- #include "boost/numeric/conversion/detail/bounds.hpp"
- namespace boost { namespace numeric
- {
- template<class N>
- struct bounds : boundsdetail::get_impl<N>::type
- {} ;
- } }
- #endif
|