...
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 | ||
---|---|---|
| ||
NOTE: A void guideline is used in preceding paragraph; needs to be updated or removed. |
...