如何判断 C++ 提案是否被接受?
How to tell, whether a C++ proposal is accepted or not?
我们以P1907为例。它是否被 C++ 标准接受?到哪个版本?什么时候?
论文在 Github 上管理:
https://github.com/cplusplus/papers/issues?q=
https://github.com/cplusplus/papers/issues/653
您还可以查看 cppreference 的编译器兼容性页面:https://en.cppreference.com/w/cpp/compiler_support/20
可以在这里跟踪论文。
https://github.com/cplusplus/papers/issues
在搜索框中输入 is:issue P1907
会产生:
P1907(关闭)
和
P1907R1(合并)
或者,
如果您使用 Slack, you can join the C++ slack at cpplang.slack.com 并将任何论文名称私信给 @npaperbot 以获取相关信息。
我们以P1907为例。它是否被 C++ 标准接受?到哪个版本?什么时候?
论文在 Github 上管理: https://github.com/cplusplus/papers/issues?q=
https://github.com/cplusplus/papers/issues/653
您还可以查看 cppreference 的编译器兼容性页面:https://en.cppreference.com/w/cpp/compiler_support/20
可以在这里跟踪论文。
https://github.com/cplusplus/papers/issues
在搜索框中输入 is:issue P1907
会产生:
P1907(关闭)
和
P1907R1(合并)
或者,
如果您使用 Slack, you can join the C++ slack at cpplang.slack.com 并将任何论文名称私信给 @npaperbot 以获取相关信息。