
26 Mar
2012
26 Mar
'12
3:36 p.m.
Hello all,
does anyone know if Boost.Factory can be tweaked to use const& instead of
references, e.g.:
struct Bla
{
Bla(int n){}
};
void Foo()
{
boost::factory