Skip to content

Better way of filling vector in smartPointer exercise

Sebastien Ponce requested to merge sponce_smartVectorFix into master

@bgruber what do you think of this fix ? Avoids to use the reset, and optimizes the object creation by removing even the move operations.

Merge request reports