Skip to content

Commit 4e37488

Browse files
authored
Merge pull request isocpp#1063 from JayBazuzi/patch-2
Update forward looking statement.
2 parents c4f833a + 3575bf6 commit 4e37488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CppCoreGuidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,8 +1696,8 @@ Use the ISO Concepts TS style of requirements specification. For example:
16961696

16971697
##### Note
16981698

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.
1699+
Soon (maybe in 2018), 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 and later.
17011701

17021702
**See also**: [Generic programming](#SS-GP) and [concepts](#SS-t-concepts).
17031703

0 commit comments

Comments
 (0)