Re: [Boost-announce] [boost] [review] Gentle reminder - Fast track formal review of Boost.Functional/Factory will begin December 17
Joel de Guzman wrote:
John Torjo wrote:
Hi all,
This is a gentle reminder of the Boost.Functional/Factory review, about to start next Monday.
Factories are callback mechanisms for constructors, so we provide two function objects, boost::value_factory and boost::factory, that encasulate object construction through direct application of the constructor or operator new, respectively. These templates make other facilities that operate on function objects (such as standard algorithms, Boost.Bind, Boost.Function, or Fusion functional adapters) applicable to constructors.
Get it from here: http://www.boost-consulting.com/vault/index.php?action=downloadfile&filename=factory.zip&directory=X-Files&
Link to docs please? Thanks!
I've posted them temporarily on my site - http://www.torjo.com/tobias/ Best, John -- http://John.Torjo.com -- C++ expert ... call me only if you want things done right
participants (1)
-
John Torjo