Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CppCoreGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be interpreted to mean that gcc 6.4 and 7.2 do not support concepts, which is not true. How about changing it to say "only supported in GCC 6 and later." ?


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