Skip to content

Commit e01a72e

Browse files
committed
make two more mentions of supported standards agree with the Abstract
1 parent 43f2e34 commit e01a72e

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
@@ -21920,11 +21920,11 @@ Because `isocpp` is the Standard C++ Foundation; the committee's repositories ar
2192021920

2192121921
### <a name="Faq-cpp98"></a>FAQ.8: Will there be a C++98 version of these Guidelines? a C++11 version?
2192221922

21923-
No. These guidelines are about how to best use Standard C++14 (and, if you have an implementation available, the Concepts Technical Specification) and write code assuming you have a modern conforming compiler.
21923+
No. These guidelines are about how to best use modern standard C++ and write code assuming you have a modern conforming compiler.
2192421924

2192521925
### <a name="Faq-language-extensions"></a>FAQ.9: Do these guidelines propose new language features?
2192621926

21927-
No. These guidelines are about how to best use Standard C++14 + the Concepts Technical Specification, and they limit themselves to recommending only those features.
21927+
No. These guidelines are about how to best use modern Standard C++, and they limit themselves to recommending only those features.
2192821928

2192921929
### <a name="Faq-markdown"></a>FAQ.10: What version of Markdown do these guidelines use?
2193021930

0 commit comments

Comments
 (0)