std::enable_if_t<is_sequence_container<std::decay_t<T>>::value, bool> from_json 函数内为何没重置g_has_error变量值为false?
Opened this issue · 0 comments
Liniaj commented
这样导致一次调用from_json失败后,其后反序列化为顺序容器时,即使数据正常,from_json也可能失败。
Opened this issue · 0 comments
这样导致一次调用from_json失败后,其后反序列化为顺序容器时,即使数据正常,from_json也可能失败。