Skip to content

Commit 3db8f18

Browse files
committed
document dependency on Boost.Endian
1 parent 5663210 commit 3db8f18

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ building the library or including the function definitions:
9595
#define BOOST_JSON_STACK_BUFFER_SIZE 1024
9696
#include <boost/json/src.hpp>
9797
```
98+
### Endianness
99+
100+
Boost.JSON uses [Boost.Endian](https://www.boost.org/doc/libs/release/libs/endian/doc/html/endian.html)
101+
in order to support both little endian and big endian platforms.
98102

99103
### Supported Compilers
100104

doc/qbk/overview.qbk

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ building the library or including the function definitions:
120120
#include <boost/json/src.hpp>
121121
```
122122

123+
[heading Endianness]
124+
125+
Boost.JSON uses
126+
[@https://www.boost.org/doc/libs/release/libs/endian/doc/html/endian.html
127+
Boost.Endian] in order to support both little endian and big endian platforms.
128+
123129
[heading Supported Compilers]
124130

125131
Boost.JSON has been tested with the following compilers:

0 commit comments

Comments
 (0)