From a255fe23e0f6ad07d419b35851eec7b4af6a92fd Mon Sep 17 00:00:00 2001 From: hsutter Date: Thu, 20 Jun 2019 11:40:26 -0700 Subject: [PATCH] Closes #1438 --- CppCoreGuidelines.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index bb8a62c..1dbd7c6 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -2176,10 +2176,6 @@ Different compilers implement different binary layouts for classes, exception ha ##### Exception -You can carefully craft an interface using a few carefully selected higher-level C++ types. See ???. - -##### Exception - Common ABIs are emerging on some platforms freeing you from the more draconian restrictions. ##### Note