File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17130,13 +17130,13 @@
17130
17130
\pnum
17131
17131
If all scalar types have size \tcode{1}, then all of \tcode{endian::little},
17132
17132
\tcode{endian::big}, and \tcode{endian::native} have the same value.
17133
- Otherwise \tcode{endian::little} shall not be equal to \tcode{endian::big}.
17134
- If all scalar types are big-endian, \tcode{endian::native} shall be
17133
+ Otherwise, \tcode{endian::little} is not equal to \tcode{endian::big}.
17134
+ If all scalar types are big-endian, \tcode{endian::native} is
17135
17135
equal to \tcode{endian::big}.
17136
- If all scalar types are little-endian, \tcode{endian::native} shall be
17136
+ If all scalar types are little-endian, \tcode{endian::native} is
17137
17137
equal to \tcode{endian::little}.
17138
- Otherwise \tcode{endian::native} shall have a value that is not equal
17139
- to either of \tcode{endian::big} or \tcode{endian::little}.
17138
+ Otherwise, \tcode{endian::native} is not equal
17139
+ to either \tcode{endian::big} or \tcode{endian::little}.
17140
17140
\end{itemdescr}
17141
17141
17142
17142
\rSec1[ratio]{Compile-time rational arithmetic}
You can’t perform that action at this time.
0 commit comments