We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca979bc commit fdcb950Copy full SHA for fdcb950
README.md
@@ -127,6 +127,10 @@ The version of *scope lite* is available via tag `[.version]`. The following tag
127
128
### A.2 scope lite test specification
129
130
+<details>
131
+<summary>click to expand</summary>
132
+<p>
133
+
134
```Text
135
scope_exit: exit function is called at end of scope
136
scope_exit: exit function is called at end of scope (lambda)
@@ -152,3 +156,6 @@ unique_resource: op->() provides the pointee if the resource handle is a pointer
152
156
unique_resource: [move-construction][resource-copy-ctor-throws]
153
157
unique_resource: [move-construction][deleter-copy-ctor-throws]
154
158
```
159
160
+</p>
161
+</details>
0 commit comments