🚨 suppress cert-dcl58-cpp

This commit is contained in:
Niels Lohmann 2021-11-03 22:27:41 +01:00
parent dceb9b2493
commit 4bf03fd8e7
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 3 additions and 3 deletions

View File

@ -4707,7 +4707,7 @@ std::string to_string(const NLOHMANN_BASIC_JSON_TPL& j)
// nonmember support //
///////////////////////
namespace std
namespace std // NOLINT(cert-dcl58-cpp)
{
/// hash value for JSON objects

View File

@ -22208,7 +22208,7 @@ std::string to_string(const NLOHMANN_BASIC_JSON_TPL& j)
// nonmember support //
///////////////////////
namespace std
namespace std // NOLINT(cert-dcl58-cpp)
{
/// hash value for JSON objects
@ -22249,7 +22249,7 @@ struct less< ::nlohmann::detail::value_t>
/*!
@brief exchanges the values of two JSON objects
@since version 1.0.0
@since version 1.0.0, extended for arbitrary basic_json types in 3.10.5.
*/
NLOHMANN_BASIC_JSON_TPL_DECLARATION
inline void swap(nlohmann::NLOHMANN_BASIC_JSON_TPL& j1, nlohmann::NLOHMANN_BASIC_JSON_TPL& j2) noexcept( // NOLINT(readability-inconsistent-declaration-parameter-name)