[C++-sig] constructor wrappers?

David Abrahams david.abrahams at rcn.com
Fri May 31 08:33:49 CEST 2002


----- Original Message -----
From: "Ralf W. Grosse-Kunstleve" <rwgk at yahoo.com>

> Would it be possible to put module level functions and constructors into
> one pool? The functions and constructors could be tried in the order in
> which they are def'ed or add'ed. If that cannot easily be done, try the
> module level functions first, then the regular constructors.
> What do you think about this?

Not doable for various reasons too complicated to mention. Plus, it doesn't
solve any of the copying issues I brought up earlier.






More information about the Cplusplus-sig mailing list