
5 Dec
2004
5 Dec
'04
10:24 p.m.
On Sun, 05 Dec 2004 15:57:35 +0100, Roland Schwarz wrote
... snip details...
As a byproduct of my current work I factored out a small utility library that implements a virtual constructor.
I'm interested in seeing something like this in boost... Question -- will this compile in your implementation? square* ps4 = dynamic_new<square>("square", 10.0); as well as: shape* ps4 = dynamic_new<shape>("square", 10.0); Jeff