Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This compliant solution uses std::unique_ptr to create objects that clean up after themselves should anything go wrong in the C::C() constructor . See VOID MEM00(see MSC17-CPP. Don't use auto_ptr where copy semantics might be expectedDo not use deprecated or obsolescent functionality for more information on std::unique_ptr).

Page properties
hiddentrue

NOTE: A void guideline is used in preceding paragraph; needs to be updated or removed.

...