1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/boost/numeric/conversion/int_float_mixture_enum.hpp Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,29 @@
1.4 +// © Copyright Fernando Luis Cacciola Carballal 2000-2004
1.5 +// Use, modification, and distribution is subject to the Boost Software
1.6 +// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
1.7 +// http://www.boost.org/LICENSE_1_0.txt)
1.8 +
1.9 +// See library home page at http://www.boost.org/libs/numeric/conversion
1.10 +//
1.11 +// Contact the author at: fernando_cacciola@hotmail.com
1.12 +//
1.13 +#ifndef BOOST_NUMERIC_CONVERSION_INT_FLOAT_MIXTURE_ENUM_FLC_12NOV2002_HPP
1.14 +#define BOOST_NUMERIC_CONVERSION_INT_FLOAT_MIXTURE_ENUM_FLC_12NOV2002_HPP
1.15 +
1.16 +namespace boost { namespace numeric
1.17 +{
1.18 + enum int_float_mixture_enum
1.19 + {
1.20 + integral_to_integral
1.21 + ,integral_to_float
1.22 + ,float_to_integral
1.23 + ,float_to_float
1.24 + } ;
1.25 +
1.26 +} } // namespace boost::numeric
1.27 +
1.28 +#endif
1.29 +//
1.30 +///////////////////////////////////////////////////////////////////////////////////////////////
1.31 +
1.32 +