🔨 another try to fix #714
adding std::ios_base::binary when opening all_unicode.json.cbor
This commit is contained in:
parent
c4d6626745
commit
5696660eba
2 changed files with 34 additions and 35 deletions
|
@ -6789,7 +6789,7 @@ class json_ref
|
|||
{}
|
||||
|
||||
template <class... Args>
|
||||
json_ref(Args&&... args)
|
||||
json_ref(Args&& ... args)
|
||||
: owned_value(std::forward<Args>(args)...),
|
||||
value_ref(&owned_value),
|
||||
is_rvalue(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue