C++ WG21工作组的papers(重要)


前言

本博文的感来自:大家都知道LLVM是C++编写的,那么它遵从的标准是怎么来考虑的,当我查 LLVM  https://llvm.org/docs/CodingStandards.html
时,看到了作者关于C++ 标准版本上的考量,具体截图如下:

 

  而gcc上的https://gcc.gnu.org/projects/cxx-status.html#cxx14  也都是引用了 WG21工作组的论文内容

本博客的意义在于,虽然简单,但是也能看到大型软件也是遵从标准在做事,也给出了具体页面来详细阐述,引用衔接也是工作组的paper。

 

一、WG21工作组主页: 
    https://www.open-std.org/jtc1/sc22/wg21/

二、举例关于C++某个标准的支持的功能实现提案, Rvalue 增加的部分(gcc是有详细的入口的,也是根据WG21工作组发布的一些提案来做参考)
  https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html
  gcc 来自C++ Standards Support in GCC:
  https://gcc.gnu.org/projects/cxx-status.html#cxx98  下面的C++11 Support in GCC章节 可以找到入口
  我翻译来自:
   C++ Standards Support in GCC(所有的C++版本支持gcc情况)

三、如果想直接从工作组的papers里面找实现依据。
   具体请到:   https://www.open-std.org/JTC1/SC22/WG21/  工作组 home page

ISO/ IEC JTC1/SC22/WG21 - The C++ Standards Committee - ISOCPP

2022-05-23: standards | projects | papers | mailings | internals | meetings | contacts

里面得papers 页面,查找具体的paper。

posted @ 2022-06-11 04:02  jinzi  阅读(18)  评论(0编辑  收藏  举报