From a277ba71dabf6ea42a1cd7d822450e64638a8c26 Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Mon, 23 Oct 2017 10:37:37 -0700 Subject: [PATCH] Update forward looking statement. --- CppCoreGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CppCoreGuidelines.md b/CppCoreGuidelines.md index bd5b33d..fd1e07f 100644 --- a/CppCoreGuidelines.md +++ b/CppCoreGuidelines.md @@ -1696,7 +1696,7 @@ Use the ISO Concepts TS style of requirements specification. For example: ##### Note -Soon (maybe in 2017), most compilers will be able to check `requires` clauses once the `//` is removed. +Soon (maybe in 2018), most compilers will be able to check `requires` clauses once the `//` is removed. For now, the concept TS is supported only in GCC 6.1. **See also**: [Generic programming](#SS-GP) and [concepts](#SS-t-concepts).