mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
Undid untentional change to C.85
This commit is contained in:
@@ -6109,7 +6109,7 @@ This is not just slow, but if a memory allocation occurs for the elements in `tm
|
|||||||
|
|
||||||
(Simple) When a class has a `swap` member function, it should be declared `noexcept`.
|
(Simple) When a class has a `swap` member function, it should be declared `noexcept`.
|
||||||
|
|
||||||
### <a name="Rc-swap-noexcept"></a>: Make `swap` `noexcept`
|
### <a name="Rc-swap-noexcept"></a>: C.85: Make `swap` `noexcept`
|
||||||
|
|
||||||
##### Reason
|
##### Reason
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user