🚨 add namespace comment

This commit is contained in:
Niels Lohmann 2021-11-03 20:54:15 +01:00
parent b62f82e664
commit 2e66720982
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 2 additions and 4 deletions

View File

@ -4758,8 +4758,7 @@ inline void swap<nlohmann::json>(nlohmann::json& j1, nlohmann::json& j2) noexcep
j1.swap(j2);
}
}
// namespace std
} // namespace std
#endif

View File

@ -22259,8 +22259,7 @@ inline void swap<nlohmann::json>(nlohmann::json& j1, nlohmann::json& j2) noexcep
j1.swap(j2);
}
}
// namespace std
} // namespace std
#endif