duck-typed object input adapters
This commit is contained in:
parent
a0c4fc945a
commit
2e2cf02cfd
8 changed files with 202 additions and 207 deletions
|
@ -1326,7 +1326,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 = binary_reader<BasicJsonType, detail::input_buffer_adapter>::little_endianess();
|
||||
|
||||
/// the output
|
||||
output_adapter_t<CharType> oa = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue