Skip to content

Commit 5242990

Browse files
authored
rage commit against markdown linter!
1 parent e2cdef8 commit 5242990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
1313
During the C++20 cycle [P0052 Generic Scope Guard and RAII Wrapper for the Standard Library](https://wg21.link/P0052) added 4 types: `scope_exit`, `scope_fail`, `scope_success` and `unique_resource` to [LTFSv3](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/n4908#scopeguard). In the intervening time, two standard libraries have implemented support as well as Boost. With the imperative for safety and security in C++ developers need every tool in the toolbox. The authors believe it is time to move this facility into the standard. The paper will re-examine the five year old design and any learning from deployment of the LTFSv3.
1414

1515
For discussions of this library see:
16+
1617
- [Discourse for discussion of scope](https://discourse.bemanproject.org/t/scope-library/315)
1718

1819
# Prior And Other Work
@@ -34,7 +35,7 @@ For discussions of this library see:
3435

3536
- [Peter Sommerlad - Woes of Scope Guards and Unique_Resource - 5+ years in the making](https://www.youtube.com/watch?v=O1sK__G5Nrg)
3637
- [Andrei Alexandrescu - Declarative Control Flow](https://www.youtube.com/watch?v=WjTrfoiB0MQ)
37-
-
38+
3839
# Examples
3940

4041
- [TS example of scope_exit](https://godbolt.org/z/T5KhTYjP7)

0 commit comments

Comments
 (0)