struct b;
struct a { a( ) { } a( b const& ) { } }; struct b { operator a( ) const { return a( ); } }; void f( a ) { } int main ( ) { b B; f( B ); return 0;}
_______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus