File indexing completed on 2025-01-30 09:49:05
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef BOOST_NUMERIC_CONVERSION_UDT_BUILTIN_MIXTURE_FLC_12NOV2002_HPP
0011 #define BOOST_NUMERIC_CONVERSION_UDT_BUILTIN_MIXTURE_FLC_12NOV2002_HPP
0012
0013 #include "boost/numeric/conversion/detail/udt_builtin_mixture.hpp"
0014
0015 namespace boost { namespace numeric
0016 {
0017
0018 template<class T, class S>
0019 struct udt_builtin_mixture
0020 : convdetail::get_udt_builtin_mixture< BOOST_DEDUCED_TYPENAME remove_cv<T>::type
0021 ,BOOST_DEDUCED_TYPENAME remove_cv<S>::type
0022 >::type {} ;
0023
0024 } }
0025
0026 #endif
0027
0028