You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CppCoreGuidelines/docs
hsutter 3528dd91ef Updated Lifetime spec to 1.1
Major changes in R1:
- Added SharedOwner concept.
- Added “Diagnostic sensitivity options” section to define a way to
start with zero-false-positive warnings and increasingly opt into
additional diagnostics.
- Changed function annotation syntax to contract-like pre(cond) and
post(cond) syntax, and added that they are implicitly inherited by
virtual overrides.
- Renamed static to global to reduce confusion with the keyword.
- Refined default lifetimes semantics of Pointer-to-Pointer parameters.
6 years ago
..
Introduction to type and resource safety.pdf Fixed a typo 10 years ago
Lifetime.pdf Updated Lifetime spec to 1.1 6 years ago
P0122R4.pdf Added latest span standardization proposal. 9 years ago
ctor-dtor-raii-popl12.pdf Formal account of the soundness of RAII for local objects 10 years ago
gsl-intro.md GSL grammar fix, added missing plurality in full name (#1243) 8 years ago