File tree 2 files changed +10
-0
lines changed
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:
95
95
#define BOOST_JSON_STACK_BUFFER_SIZE 1024
96
96
#include <boost/json/src.hpp>
97
97
```
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.
98
102
99
103
### Supported Compilers
100
104
Original file line number Diff line number Diff line change @@ -120,6 +120,12 @@ building the library or including the function definitions:
120
120
#include <boost/json/src.hpp>
121
121
```
122
122
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
+
123
129
[heading Supported Compilers]
124
130
125
131
Boost.JSON has been tested with the following compilers:
You can’t perform that action at this time.
0 commit comments