Skip to content

Commit ce0be8f

Browse files
committed
Ensure no break in table for C++ standard values [ci skip]
1 parent a3122ff commit ce0be8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ Or, if you use the [conan package manager](https://www.conan.io/), you might fol
131131
132132
### Interface of *variant lite*
133133
134-
| Kind | Std | Method | Result |
135-
|--------------|------|----------------------------------------------|--------|
134+
| Kind |Standard| Method | Result |
135+
|--------------|--------|----------------------------------------------|--------|
136136
| Construction | | **variant**() | default-construct first type |
137137
|   |C++98 | **variant**( Tx const & x ) | copy-construct with value type Tx, non-converting |
138138
|   |C++11 | **variant**( T && x ) | universal-construct from value type T |
@@ -158,8 +158,8 @@ Or, if you use the [conan package manager](https://www.conan.io/), you might fol
158158
159159
### Algorithms for *variant lite*
160160
161-
| Kind | Std | Function |
162-
|-----------------------------|------|----------|
161+
| Kind |Standard| Function |
162+
|-----------------------------|--------|----------|
163163
| **Relational operators** | |   |
164164
| == |&nbsp;| template<...><br>bool **operator==**( variant<...> const & v, variant&lt;...> const & w ) |
165165
| != |&nbsp;| template<...><br>bool **operator==**( variant<...> const & v, variant&lt;...> const & w ) |

0 commit comments

Comments
 (0)