mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
change "concepts lite" to "concepts"
This commit is contained in:
parent
098dd3ee90
commit
1b5f6d0c97
|
@ -19283,11 +19283,11 @@ Because `isocpp` is the Standard C++ Foundation; the committee's repositories ar
|
|||
|
||||
### <a name="Faq-cpp98"></a>FAQ.8: Will there be a C++98 version of these Guidelines? a C++11 version?
|
||||
|
||||
No. These guidelines are about how to best use Standard C++14 (and, if you have an implementation available, the Concepts Lite Technical Specification) and write code assuming you have a modern conforming compiler.
|
||||
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.
|
||||
|
||||
### <a name="Faq-language-extensions"></a>FAQ.9: Do these guidelines propose new language features?
|
||||
|
||||
No. These guidelines are about how to best use Standard C++14 + the Concepts Lite Technical Specification, and they limit themselves to recommending only those features.
|
||||
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.
|
||||
|
||||
### <a name="Faq-markdown"></a>FAQ.10: What version of Markdown do these guidelines use?
|
||||
|
||||
|
@ -20104,7 +20104,6 @@ Alternatively, we will decide that no change is needed and delete the entry.
|
|||
* No long-distance friendship
|
||||
* Should physical design (what's in a file) and large-scale design (libraries, groups of libraries) be addressed?
|
||||
* Namespaces
|
||||
* Don't place using directives in headers
|
||||
* Avoid using directives in the global scope (except for std, and other "fundamental" namespaces (e.g. experimental))
|
||||
* How granular should namespaces be? All classes/functions designed to work together and released together (as defined in Sutter/Alexandrescu) or something narrower or wider?
|
||||
* Should there be inline namespaces (à la `std::literals::*_literals`)?
|
||||
|
|
Loading…
Reference in New Issue
Block a user