mirror of
https://github.com/nlohmann/json
synced 2025-01-10 01:10:06 +00:00
commit
b3ff862afc
@ -1658,8 +1658,8 @@ class basic_json
|
||||
)
|
||||
{
|
||||
using std::swap;
|
||||
std::swap(m_type, other.m_type);
|
||||
std::swap(m_value, other.m_value);
|
||||
swap(m_type, other.m_type);
|
||||
swap(m_value, other.m_value);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user