mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Update Lifetime profile to 1.0
This commit is contained in:
@@ -20165,7 +20165,7 @@ Accessing through a pointer that doesn't point to anything is a major source of
|
|||||||
and very hard to avoid in many traditional C or C++ styles of programming.
|
and very hard to avoid in many traditional C or C++ styles of programming.
|
||||||
For example, a pointer may be uninitialized, the `nullptr`, point beyond the range of an array, or to a deleted object.
|
For example, a pointer may be uninitialized, the `nullptr`, point beyond the range of an array, or to a deleted object.
|
||||||
|
|
||||||
See /docs folder for the initial design. The detailed formal rules are in progress (as of May 2017).
|
[See the current design specification here.](https://github.com/isocpp/CppCoreGuidelines/docs/Lifetime.pdf)
|
||||||
|
|
||||||
Lifetime safety profile summary:
|
Lifetime safety profile summary:
|
||||||
|
|
||||||
|
|||||||
BIN
docs/Lifetime.pdf
Normal file
BIN
docs/Lifetime.pdf
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user