mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
Make the swap() functions noexcept
This commit is contained in:
@@ -146,7 +146,7 @@ public:
|
||||
<a href=
|
||||
"#move-cons">dynamic_bitset</a>(dynamic_bitset&& b);
|
||||
|
||||
void <a href="#swap">swap</a>(dynamic_bitset& b);
|
||||
void <a href="#swap">swap</a>(dynamic_bitset& b) noexcept;
|
||||
|
||||
dynamic_bitset& <a href=
|
||||
"#assign">operator=</a>(const dynamic_bitset& b);
|
||||
@@ -757,7 +757,7 @@ and destroys the bitset object itself.<br />
|
||||
|
||||
<hr />
|
||||
<pre>
|
||||
void <a id="swap">swap</a>(dynamic_bitset& b);
|
||||
void <a id="swap">swap</a>(dynamic_bitset& b) noexcept;
|
||||
</pre>
|
||||
|
||||
<b>Effects:</b> The contents of this bitset and bitset <tt>b</tt>
|
||||
|
||||
Reference in New Issue
Block a user