mirror of
https://github.com/boostorg/json.git
synced 2025-05-11 13:44:06 +00:00
document dependency on Boost.Endian
This commit is contained in:
parent
2b9ad2ab33
commit
3a7ee79a74
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user