Fix intrusive_ref_counter.adoc

This commit is contained in:
Glen Fernandes
2017-06-16 18:18:25 -04:00
parent 1cae5c5696
commit 0b0b7af05b

View File

@ -107,7 +107,7 @@ intrusive_ref_counter& operator=(const intrusive_ref_counter& v) noexcept;
```
::
Effects::: Does nothing, reference counter is not modified.
y
### use_count
```