mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Update CppCoreGuidelines.md
This commit is contained in:
@@ -1697,7 +1697,7 @@ Use the ISO Concepts TS style of requirements specification. For example:
|
||||
##### Note
|
||||
|
||||
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.
|
||||
For now, the concept TS is supported only in GCC 6.1 and later.
|
||||
|
||||
**See also**: [Generic programming](#SS-GP) and [concepts](#SS-t-concepts).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user