mirror of
https://github.com/boostorg/endian.git
synced 2025-07-30 12:37:24 +02:00
Fix documentation issue #49
This commit is contained in:
@ -52,10 +52,9 @@ its value is never read, there would be no undefined behavior.
|
|||||||
|
|
||||||
### Header `<boost/endian/conversion.hpp>` Synopsis
|
### Header `<boost/endian/conversion.hpp>` Synopsis
|
||||||
|
|
||||||
[subs=+quotes]
|
|
||||||
```
|
```
|
||||||
#define BOOST_ENDIAN_INTRINSIC_MSG \
|
#define BOOST_ENDIAN_INTRINSIC_MSG \
|
||||||
"`message describing presence or absence of intrinsics`"
|
"message describing presence or absence of intrinsics"
|
||||||
|
|
||||||
namespace boost
|
namespace boost
|
||||||
{
|
{
|
||||||
@ -63,9 +62,9 @@ namespace endian
|
|||||||
{
|
{
|
||||||
enum class order
|
enum class order
|
||||||
{
|
{
|
||||||
native = `see below`,
|
native = /* see below */,
|
||||||
big = `see below`,
|
big = /* see below */,
|
||||||
little = `see below`,
|
little = /* see below */,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Byte reversal functions
|
// Byte reversal functions
|
||||||
|
Reference in New Issue
Block a user