MSVC/numeric_cast workaround

[SVN r25314]
This commit is contained in:
Aleksey Gurtovoy
2004-09-21 15:02:09 +00:00
parent e58c07109f
commit f133ea0b9f
2 changed files with 16 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ template< typename C > struct imag : C::imag {};
namespace boost { namespace mpl {
template<> struct numeric_cast< integral_c_tag,complex_tag >
template<> struct BOOST_MPL_AUX_NUMERIC_CAST< integral_c_tag,complex_tag >
{
template< typename N > struct apply
: complex< N, integral_c< typename N::value_type, 0 > >