We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4f833a + 3575bf6 commit 4e37488Copy full SHA for 4e37488
CppCoreGuidelines.md
@@ -1696,8 +1696,8 @@ Use the ISO Concepts TS style of requirements specification. For example:
1696
1697
##### Note
1698
1699
-Soon (maybe in 2017), most compilers will be able to check `requires` clauses once the `//` is removed.
1700
-For now, the concept TS is supported only in GCC 6.1.
+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 and later.
1701
1702
**See also**: [Generic programming](#SS-GP) and [concepts](#SS-t-concepts).
1703
0 commit comments