Use official Clang/GCC containers (#3703)

This commit is contained in:
Niels Lohmann
2022-08-27 17:28:50 +02:00
committed by GitHub
parent 4c8cdd7afc
commit f7973f46d6
12 changed files with 117 additions and 7041 deletions

View File

@@ -520,7 +520,7 @@ template <
namespace std // NOLINT(cert-dcl58-cpp,-warnings-as-errors)
{
template <class Key, class T, class Compare, class Allocator>
inline void swap(nlohmann::fifo_map<Key, T, Compare, Allocator>& m1,
inline void swap(nlohmann::fifo_map<Key, T, Compare, Allocator>& m1, // NOLINT(cert-dcl58-cpp)
nlohmann::fifo_map<Key, T, Compare, Allocator>& m2)
{
m1.swap(m2);