Skip to content

Commit 47650e8

Browse files
committed
Correct link to table
Also try to reduce width of first column to get second column headon a single line
1 parent 70609a1 commit 47650e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ optional lite - nullable objects for C++98 and later [![Build Status](https
99
- [Dependencies](#dependencies)
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

0 commit comments

Comments
 (0)