12345678910111213141516171819202122232425262728 |
- #ifndef BOOST_NUMERIC_CONVERSION_UDT_BUILTIN_MIXTURE_FLC_12NOV2002_HPP
- #define BOOST_NUMERIC_CONVERSION_UDT_BUILTIN_MIXTURE_FLC_12NOV2002_HPP
- #include "boost/numeric/conversion/detail/udt_builtin_mixture.hpp"
- namespace boost { namespace numeric
- {
- template<class T, class S>
- struct udt_builtin_mixture
- : convdetail::get_udt_builtin_mixture< BOOST_DEDUCED_TYPENAME remove_cv<T>::type
- ,BOOST_DEDUCED_TYPENAME remove_cv<S>::type
- >::type {} ;
- } }
- #endif
|