mirror of
https://github.com/nlohmann/json.git
synced 2025-07-12 09:21:42 +03:00
fixed coverage bug
This commit is contained in:
@ -8083,8 +8083,7 @@ class basic_json
|
||||
{
|
||||
return std::accumulate(reference_tokens.begin(),
|
||||
reference_tokens.end(), std::string{},
|
||||
[](const std::string & a,
|
||||
const std::string & b)
|
||||
[](const std::string & a, const std::string & b)
|
||||
{
|
||||
return a + "/" + escape(b);
|
||||
});
|
||||
|
Reference in New Issue
Block a user