document dependency on Boost.Endian

This commit is contained in:
Dmitry Arkhipov 2022-06-12 10:00:44 +03:00 committed by Dmitry Arkhipov
parent 2b9ad2ab33
commit 3a7ee79a74
2 changed files with 10 additions and 0 deletions

View File

@ -95,6 +95,10 @@ building the library or including the function definitions:
#define BOOST_JSON_STACK_BUFFER_SIZE 1024
#include <boost/json/src.hpp>
```
### Endianness
Boost.JSON uses [Boost.Endian](https://www.boost.org/doc/libs/release/libs/endian/doc/html/endian.html)
in order to support both little endian and big endian platforms.
### Supported Compilers

View File

@ -120,6 +120,12 @@ building the library or including the function definitions:
#include <boost/json/src.hpp>
```
[heading Endianness]
Boost.JSON uses
[@https://www.boost.org/doc/libs/release/libs/endian/doc/html/endian.html
Boost.Endian] in order to support both little endian and big endian platforms.
[heading Supported Compilers]
Boost.JSON has been tested with the following compilers: