j
k
j a
j l
Daniel Frey:
...if( sizeof...( Args ) == 0 ) new( pv ) T(); else new( pv ) T( detail::forward<Args>( args )... ); Ping?
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?
Back to the thread
Back to the list