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
`beman.scope` is a C++ library provides `scope_guard` facilities. The library conforms to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md).
12
+
`beman.scope` is a C++ library that provides `scope_guard` facilities. The library conforms to [The Beman Standard](https://github.com/bemanproject/beman/blob/main/docs/BEMAN_STANDARD.md).
12
13
13
14
**Implements**: [D3610R0 Scope Guard](./paper/scope.org) targeted at C++29.
14
15
@@ -99,7 +100,7 @@ the `include` directory available add add the following to your source.
99
100
100
101
import beman.scope;
101
102
```
102
-
Withmodules import needs to be after any includes to avoid compilation errors.
103
+
With modules import needs to be after any includes to avoid compilation errors.
0 commit comments