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:
@ -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);
|
||||
|
Reference in New Issue
Block a user