commit
b3ff862afc
1 changed files with 2 additions and 2 deletions
|
@ -1658,8 +1658,8 @@ class basic_json
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
using std::swap;
|
using std::swap;
|
||||||
std::swap(m_type, other.m_type);
|
swap(m_type, other.m_type);
|
||||||
std::swap(m_value, other.m_value);
|
swap(m_value, other.m_value);
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue