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 @@ -9,7 +9,7 @@ optional lite - nullable objects for C++98 and later [
1010- [ Installation] ( #installation )
1111- [ Synopsis] ( #synopsis )
12- - [ Comparison of std::optional, optional lite and Boost.Optional] ( #comparison-of-std -optional-optional- lite-and-boost-optional )
12+ - [ Comparison of std::optional, optional lite and Boost.Optional] ( #comparison-of-stdoptional -optional-lite-and-boostoptional )
1313- [ Reported to work with] ( #reported-to-work-with )
1414- [ Implementation notes] ( #implementation-notes )
1515- [ Notes and references] ( #notes-and-references )
@@ -182,7 +182,7 @@ Comparison of std::optional, optional lite and Boost.Optional
182182| In-place construction | emplace, tag in_place | no | utility in_place_factory |
183183| Disengaged state tag | nullopt | nullopt | none |
184184| optional references | no (optionally) | no | yes |
185- | Conversion from optional\<U\> to optional\<T\> | no | no | yes |
185+ | Conversion from optional\<U\><br> to optional\<T\> | no | no | yes |
186186| Duplicated interface functions 1) | no | no | yes |
187187| Explicit convert to ptr (get_ptr) | no | no | yes |
188188
You can’t perform that action at this time.
0 commit comments