mirror of
https://github.com/nlohmann/json.git
synced 2026-07-03 09:14:18 +00:00
@@ -24800,7 +24800,7 @@ class basic_json // NOLINT(cppcoreguidelines-special-member-functions,hicpp-spec
|
||||
}
|
||||
};
|
||||
|
||||
data m_data = {};
|
||||
data m_data = {}; // NOLINT(readability-redundant-member-init)
|
||||
|
||||
#if JSON_DIAGNOSTICS
|
||||
/// a pointer to a parent value (for debugging purposes)
|
||||
|
||||
Reference in New Issue
Block a user