From 1642b4f188ae4e4036b6a778101e2f740d39d3fe Mon Sep 17 00:00:00 2001 From: Jeff Garland Date: Tue, 4 Feb 2025 21:16:55 -0700 Subject: [PATCH] make more useless changes to make ci happy with markdown --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0ad8855..ef30b4d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ During the C++20 cycle [P0052 Generic Scope Guard and RAII Wrapper for the Stand For discussions of this library see: - [Discourse for discussion of scope](https://discourse.bemanproject.org/t/scope-library/315) + # Prior And Other Work ## Papers @@ -34,6 +35,7 @@ For discussions of this library see: - [Peter Sommerlad - Woes of Scope Guards and Unique_Resource - 5+ years in the making](https://www.youtube.com/watch?v=O1sK__G5Nrg) - [Andrei Alexandrescu - Declarative Control Flow](https://www.youtube.com/watch?v=WjTrfoiB0MQ) + # Examples - [TS example of scope_exit](https://godbolt.org/z/T5KhTYjP7)