File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ The managed type to be embedded.
42
42
| [ auto_gcroot::reset] ( #reset ) | Destroy the current owned object and optionally take possession of a new object.|
43
43
| [ auto_gcroot::swap] ( #swap ) | Swaps objects with another ` auto_gcroot ` .|
44
44
45
-
46
45
### Public operators
47
46
48
47
| Name| Description|
@@ -757,7 +756,7 @@ operator bool() const;
757
756
758
757
### Remarks
759
758
760
- This operator actually converts to ` _detail_class::_safe_bool ` which is safer than ` bool ` because it can't be converted to an integral type.
759
+ This operator actually converts to ` _detail_class::_safe_bool ` , which is safer than ` bool ` because it can't be converted to an integral type.
761
760
762
761
### Example
763
762
@@ -827,4 +826,4 @@ int main() {
827
826
s is invalid
828
827
now s is valid
829
828
now s is invalid
830
- ```
829
+ ```
You can’t perform that action at this time.
0 commit comments