From 55780020c17d297769de20f56da6b233c89baf05 Mon Sep 17 00:00:00 2001 From: hsutter Date: Wed, 15 Mar 2017 11:14:29 -0700 Subject: [PATCH] Added lifetime profile placeholder --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index a3782ae..8fa4947 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -17906,7 +17906,7 @@ If code is using an unmodified standard library, then there are still workaround ## Pro.lifetime: Lifetime safety profile -??? +See /docs folder for the initial design. The formal rules are in progress (as of March 2017). # GSL: Guideline support library