Skip to content

Commit

Permalink
Closes isocpp#1367
Browse files Browse the repository at this point in the history
  • Loading branch information
hsutter committed Mar 21, 2019
1 parent e3da8a1 commit 142fc6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CppCoreGuidelines.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <a name="main"></a>C++ Core Guidelines
d# <a name="main"></a>C++ Core Guidelines

March 7, 2019

Expand Down Expand Up @@ -2708,6 +2708,7 @@ low-level functions.
##### Note

Destructors, `swap` functions, move operations, and default constructors should never throw.
See also [C.44](#Rc-default00).

##### Enforcement

Expand Down

0 comments on commit 142fc6a

Please sign in to comment.