You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: affinity/cpp-20/d0796r3.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@
16
16
17
17
### P0796r3 (SAN 2018)
18
18
19
+
* Remove reference counting requirement from `execution_resource`.
20
+
* Change lifetime model of `execution_resource`: it now either consistently identifies some underlying resource, or is invalid; context creation rejects an invalid resource.
21
+
19
22
### P0796r2 (RAP 2018)
20
23
21
24
* Introduce a free function for retrieving the execution resource underlying the current thread of execution.
0 commit comments