Merge pull request #81 from justanotheranonymoususer/patch-1

Update CppCoreGuidelines.md
pull/100/head
Gabriel Dos Reis 10 years ago
commit 257aa9d6b7

@ -5651,7 +5651,7 @@ We can fix that problem by making ownership explicit:
class X2 {
// ...
public:
owner<T> p; // OK: p is nowning
owner<T> p; // OK: p is owning
T* q; // OK: q is not owning
};

Loading…
Cancel
Save