On Wednesday, September 07, 2011 22:30:29 Timon Gehr wrote:
> On 09/07/2011 09:48 PM, dsimcha wrote:
> > Thanks for taking the time to do this review.  I appreciate the effort
> > and the constructive criticism.
> > 
> > == Quote from Christophe (trav...@phare.normalesup.org)'s article
> > 
> >> Concerning the gcallocator API, why is there no template method that
> >> forwards to new T? Is the user obliged to call allocate, and then
> >> initialise the object manually?
> > 
> > Several people have asked this and I think it needs to be added.  It's
> > obviously trivial to implement, but I'm not really sure what to call it
> > yet. [snip.]
> 
> 'create' has been suggested and seems reasonable.
> (personally I would prefer 'New' though.)

New breaks Phobos' naming conventions for functions. create does not.

- Jonathan M Davis

Reply via email to