mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 03:47:16 +02:00
silenced unused capture warning
This commit is contained in:
@ -1168,6 +1168,7 @@ public:
|
|||||||
},
|
},
|
||||||
[&,this]{ /* else */
|
[&,this]{ /* else */
|
||||||
BOOST_ASSERT(al()==x.al());
|
BOOST_ASSERT(al()==x.al());
|
||||||
|
(void)this; /* makes sure captured this is used */
|
||||||
});
|
});
|
||||||
swap(size_,x.size_);
|
swap(size_,x.size_);
|
||||||
swap(arrays,x.arrays);
|
swap(arrays,x.arrays);
|
||||||
|
Reference in New Issue
Block a user