Skip to content

Commit

Permalink
document dependency on Boost.Endian
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Feb 13, 2024
1 parent 5663210 commit 3db8f18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions doc/qbk/overview.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3db8f18

Please sign in to comment.