mirror of
https://github.com/nlohmann/json.git
synced 2026-09-16 13:17:59 +00:00
Merge pull request #1950 from FrancoisChabot/issues/1457
templated input adapters
This commit is contained in:
@@ -1538,7 +1538,7 @@ class binary_writer
|
||||
|
||||
private:
|
||||
/// whether we can assume little endianess
|
||||
const bool is_little_endian = binary_reader<BasicJsonType>::little_endianess();
|
||||
const bool is_little_endian = little_endianess();
|
||||
|
||||
/// the output
|
||||
output_adapter_t<CharType> oa = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user