[C++-sig] V2: conversions through constructors?

Peter Bienstman pbienst at MIT.EDU
Fri Apr 5 18:47:17 CEST 2002


Hi,

I know V2 supports the implicitly_convertible() construct for the case
of implicitly defined conversion operators, but is there something
similar for the case of a constructor A(B), rather than a conversion
operator B->A?

Just wrapping the constructor doesn't seem to do the trick...

Peter








More information about the Cplusplus-sig mailing list