mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Added smartptrconcepts as link to Lifetime paper (Issue 407)
This commit is contained in:
parent
49afa391e5
commit
4a9e41d766
|
@ -12811,6 +12811,11 @@ The notation is that of the ISO WG21 Concepts TS (???ref???).
|
|||
* `Relation`
|
||||
* ...
|
||||
|
||||
### <a name="SS-gsl-smartptrconcepts"></a> Smart pointer concepts
|
||||
|
||||
Described in [Lifetimes paper](https://github.com/isocpp/CppCoreGuidelines/blob/master/docs/Lifetimes%20I%20and%20II%20-%20v0.9.1.pdf).
|
||||
|
||||
|
||||
# <a name="S-naming"></a> 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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user