Commit Graph

5 Commits (2170-hs)

Author SHA1 Message Date
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
hsutter 4e3476569e Minor tweaks
Fixed Pin/Oin naming
Updated 1.1.3 example to be parallel to the others in 1.1 for easier
side by side comparison
7 years ago
hsutter f770a03f2e Fixed typo 7 years ago
hsutter 009460acd1 Fixed typos in three Godbolt links
Two examples with an extranous }
One example with an unnecessary struct that the example didn't need
7 years ago
hsutter f02b24a71a Update Lifetime profile to 1.0 7 years ago