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