From 142fc6ad3371ba5dca806b64a4379805ca0b1c19 Mon Sep 17 00:00:00 2001 From: hsutter Date: Thu, 21 Mar 2019 11:18:16 -0700 Subject: [PATCH] Closes #1367 --- CppCoreGuidelines.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index eaa0f18..f7305c0 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -1,4 +1,4 @@ -# C++ Core Guidelines +d# C++ Core Guidelines March 7, 2019 @@ -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