sl@0: // © Copyright Fernando Luis Cacciola Carballal 2000-2004 sl@0: // Use, modification, and distribution is subject to the Boost Software sl@0: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: sl@0: // See library home page at http://www.boost.org/libs/numeric/conversion sl@0: // sl@0: // Contact the author at: fernando_cacciola@hotmail.com sl@0: // sl@0: #ifndef BOOST_NUMERIC_CONVERSION_BOUNDS_12NOV2002_HPP sl@0: #define BOOST_NUMERIC_CONVERSION_BOUNDS_12NOV2002_HPP sl@0: sl@0: #include "boost/numeric/conversion/detail/bounds.hpp" sl@0: sl@0: namespace boost { namespace numeric sl@0: { sl@0: sl@0: template sl@0: struct bounds : boundsdetail::get_impl::type sl@0: {} ; sl@0: sl@0: } } // namespace boost::numeric sl@0: sl@0: #endif