epoc32/include/stdapis/boost/numeric/conversion/udt_builtin_mixture_enum.hpp
branchSymbian2
changeset 2 2fe1408b6811
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/stdapis/boost/numeric/conversion/udt_builtin_mixture_enum.hpp	Tue Mar 16 16:12:26 2010 +0000
     1.3 @@ -0,0 +1,26 @@
     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_UDT_BUILTIN_MIXTURE_ENUM_FLC_12NOV2002_HPP
    1.14 +#define BOOST_NUMERIC_CONVERSION_UDT_BUILTIN_MIXTURE_ENUM_FLC_12NOV2002_HPP
    1.15 +
    1.16 +namespace boost { namespace numeric
    1.17 +{
    1.18 +  enum udt_builtin_mixture_enum
    1.19 +  {
    1.20 +     builtin_to_builtin
    1.21 +    ,builtin_to_udt
    1.22 +    ,udt_to_builtin
    1.23 +    ,udt_to_udt
    1.24 +  } ;
    1.25 +
    1.26 +} } // namespace boost::numeric
    1.27 +
    1.28 +#endif
    1.29 +