1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-07 23:41:10 +03:00

using Google Benchmark #921

This commit is contained in:
Niels Lohmann
2018-01-18 21:57:21 +01:00
parent 6402077ac2
commit a8f711a2f1
18 changed files with 125 additions and 2086 deletions

View File

@ -7247,7 +7247,7 @@ class basic_json
// wrapper to get a value for an operation
const auto get_value = [&val](const std::string & op,
const std::string & member,
bool string_type) -> basic_json&
bool string_type) -> basic_json &
{
// find value
auto it = val.m_value.object->find(member);