mirror of
https://github.com/nlohmann/json.git
synced 2026-02-17 09:03:58 +00:00
Use official Clang/GCC containers (#3703)
This commit is contained in:
2
tests/thirdparty/fifo_map/fifo_map.hpp
vendored
2
tests/thirdparty/fifo_map/fifo_map.hpp
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user