🔨 simplified a call
This commit is contained in:
parent
7737a29518
commit
96dd4ffa19
1 changed files with 1 additions and 2 deletions
|
@ -12737,8 +12737,7 @@ class basic_json
|
|||
JSON_DEPRECATED
|
||||
friend std::istream& operator<<(basic_json& j, std::istream& i)
|
||||
{
|
||||
parser(detail::input_adapter(i)).parse(false, j);
|
||||
return i;
|
||||
return operator>>(i, j);
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in a new issue