Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-08-21 02:45:11


Daniel Frey:

>> if( sizeof...( Args ) == 0 )
>> new( pv ) T();
>> else
>> new( pv ) T( detail::forward<Args>( args )... );
>
> Ping?

Pong. Does this compile when T doesn't have a default constructor?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk