Skip to content

Commit 9adce0d

Browse files
committed
[skip ci] Update test specification
1 parent 104fdf0 commit 9adce0d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,10 @@ Define this to `scope_SCOPE_STD` to select standard's version. Define this to `s
9494

9595
TBD
9696

97-
## Building the tests
97+
<!-- ## Building the tests
9898
9999
TBD
100+
-->
100101

101102
## Other implementations of scope
102103

@@ -135,12 +136,15 @@ scope_success: exit function is not called when an exception occurs
135136
scope_success: exit function is not called when released
136137
unique_resource: a successfully acquired resource is deleted
137138
unique_resource: an unsuccessfully acquired resource is not deleted
138-
unique_resource: op=() replaces the managed resouce and the deleter with the give one's
139+
unique_resource: move construction moves the managed resource and the deleter from the give one's [move-construction]
140+
unique_resource: assignment replaces the managed resource and the deleter with the give one's [move-assignment]
139141
unique_resource: reset() executes deleter
140142
unique_resource: reset(resource) deletes original resource and replaces it with the given one
141143
unique_resource: release() releases the ownership and prevents execution of deleter
142144
unique_resource: get() provides the underlying resource handle
143145
unique_resource: get_deleter() provides the deleter used for disposing of the managed resource
144146
unique_resource: op*() provides the pointee if the resource handle is a pointer
145-
unique_resource: op->() provides the pointee if the resource handle is a pointer
147+
unique_resource: op->() provides the pointee if the resource handle is a pointer
148+
unique_resource: [move-construction][resource-copy-ctor-throws]
149+
unique_resource: [move-construction][deleter-copy-ctor-throws]
146150
```

0 commit comments

Comments
 (0)