File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1104,7 +1104,7 @@ struct dereference_traits< T, true >
1104
1104
* unallocated resource values, which will create \c unique_resource objects in
1105
1105
* unallocated state (the deleter will not be called on unallocated resource
1106
1106
* values).
1107
- *
1107
+ *
1108
1108
* \tparam Resource Resource type.
1109
1109
* \tparam Deleter Resource deleter function object type.
1110
1110
* \tparam Traits Optional resource traits type.
@@ -1365,7 +1365,7 @@ class unique_resource
1365
1365
* \brief Returns \c true if the resource is allocated and to be reclaimed by the deleter, otherwise \c false.
1366
1366
*
1367
1367
* \note This method does not test the value of the resource.
1368
- *
1368
+ *
1369
1369
* **Throws:** Nothing.
1370
1370
*/
1371
1371
explicit operator bool () const noexcept
You can’t perform that action at this time.
0 commit comments