mirror of
https://github.com/nlohmann/json.git
synced 2026-09-03 15:05:01 +00:00
🚨 fix warnings #2615
This commit is contained in:
@@ -135,10 +135,8 @@ class iterator_input_adapter
|
||||
std::advance(current, 1);
|
||||
return result;
|
||||
}
|
||||
else
|
||||
{
|
||||
return std::char_traits<char_type>::eof();
|
||||
}
|
||||
|
||||
return std::char_traits<char_type>::eof();
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user