Skip to content

Commit ff1242c

Browse files
committed
[meta.endian] Simplify wording, avoid "shall"
1 parent 1e4e546 commit ff1242c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/utilities.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17130,13 +17130,13 @@
1713017130
\pnum
1713117131
If all scalar types have size \tcode{1}, then all of \tcode{endian::little},
1713217132
\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
1713517135
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
1713717137
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}.
1714017140
\end{itemdescr}
1714117141

1714217142
\rSec1[ratio]{Compile-time rational arithmetic}

0 commit comments

Comments
 (0)