Chris@16: // (c) Copyright Fernando Luis Cacciola Carballal 2000-2004 Chris@16: // Use, modification, and distribution is subject to the Boost Software Chris@16: // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // See library home page at http://www.boost.org/libs/numeric/conversion Chris@16: // Chris@16: // Contact the author at: fernando_cacciola@hotmail.com Chris@16: // Chris@16: #ifndef BOOST_NUMERIC_CONVERSION_UDT_BUILTIN_MIXTURE_ENUM_FLC_12NOV2002_HPP Chris@16: #define BOOST_NUMERIC_CONVERSION_UDT_BUILTIN_MIXTURE_ENUM_FLC_12NOV2002_HPP Chris@16: Chris@16: namespace boost { namespace numeric Chris@16: { Chris@16: enum udt_builtin_mixture_enum Chris@16: { Chris@16: builtin_to_builtin Chris@16: ,builtin_to_udt Chris@16: ,udt_to_builtin Chris@16: ,udt_to_udt Chris@16: } ; Chris@16: Chris@16: } } // namespace boost::numeric Chris@16: Chris@16: #endif Chris@16: