From 4a9e41d7668c8b060e98bb99bfe90deca157279e Mon Sep 17 00:00:00 2001 From: hsutter Date: Wed, 2 Dec 2015 11:14:24 -0800 Subject: [PATCH] Added smartptrconcepts as link to Lifetime paper (Issue 407) --- CppCoreGuidelines.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index fa74abf..331fc11 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -12811,6 +12811,11 @@ The notation is that of the ISO WG21 Concepts TS (???ref???). * `Relation` * ... +### Smart pointer concepts + +Described in [Lifetimes paper](https://github.com/isocpp/CppCoreGuidelines/blob/master/docs/Lifetimes%20I%20and%20II%20-%20v0.9.1.pdf). + + # NL: Naming and layout rules Consistent naming and layout are helpful. If for no other reason because it minimizes "my style is better than your style" arguments.