🔨 simplified a call

parent 7737a295
...@@ -12737,8 +12737,7 @@ class basic_json ...@@ -12737,8 +12737,7 @@ class basic_json
JSON_DEPRECATED JSON_DEPRECATED
friend std::istream& operator<<(basic_json& j, std::istream& i) friend std::istream& operator<<(basic_json& j, std::istream& i)
{ {
parser(detail::input_adapter(i)).parse(false, j); return operator>>(i, j);
return i;
} }
/*! /*!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment