File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
125131Boost.JSON has been tested with the following compilers:
You can’t perform that action at this time.
0 commit comments