mirror of
https://github.com/boostorg/endian.git
synced 2025-08-02 22:14:29 +02:00
Also mention runtime ordering selection in the FAQ.
This commit is contained in:
@@ -436,12 +436,12 @@ gives more pros and cons.</p>
|
|||||||
<p><b>Why are only big and little native endianness supported?</b></p>
|
<p><b>Why are only big and little native endianness supported?</b></p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>These are the only endian schemes that have any practical value today. PDP-11
|
<p>These are the only endian schemes that have any practical value today. PDP-11
|
||||||
and the other middle endian approaches are interesting historical curiosities
|
and the other middle endian approaches are interesting curiosities
|
||||||
but have no relevance to today's C++ developers. The
|
but have no relevance for today's C++ developers. The same is true for
|
||||||
|
architectures that allow runtime endianness switching. The
|
||||||
<a href="conversion.html#native-order-specification">specification for native
|
<a href="conversion.html#native-order-specification">specification for native
|
||||||
ordering</a> has been carefully crafted to allow support for other
|
ordering</a> has been carefully crafted to allow support for such orderings in
|
||||||
orderings in the future, should the need arise. Thanks to Howard Hinnant for
|
the future, should the need arise. Thanks to Howard Hinnant for suggesting this. </p>
|
||||||
suggesting draft standarese. </p>
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<p><b>Why do both the buffer and arithmetic types exist?</b></p>
|
<p><b>Why do both the buffer and arithmetic types exist?</b></p>
|
||||||
|
Reference in New Issue
Block a user