diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index 3ea6a99..1900dae 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -12315,7 +12315,7 @@ The `string`s of `v` are destroyed upon exit from `bad()` and so is `v` itself. **Example**: - messing with pointers + ??? Messing with pointers **Note**: If all members are resource handles, rely on the default special operations where possible.