mirror of
https://github.com/boostorg/json.git
synced 2026-02-01 20:42:17 +00:00
array self-swap
This commit is contained in:
@@ -593,7 +593,6 @@ void
|
||||
array::
|
||||
swap(array& other)
|
||||
{
|
||||
BOOST_ASSERT(this != &other);
|
||||
if(*sp_ == *other.sp_)
|
||||
{
|
||||
t_ = detail::exchange(
|
||||
|
||||
Reference in New Issue
Block a user