mirror of
https://github.com/nlohmann/json.git
synced 2026-02-19 09:56:26 +00:00
Suppress Clang-Tidy warnings (#4276)
This commit is contained in:
@@ -158,7 +158,7 @@ class alt_string
|
||||
}
|
||||
|
||||
private:
|
||||
std::string str_impl {};
|
||||
std::string str_impl {}; // NOLINT(readability-redundant-member-init)
|
||||
|
||||
friend bool operator<(const char* /*op1*/, const alt_string& /*op2*/) noexcept;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user