简体   繁体   English

哪个草案最接近C ++ 14标准?

[英]Which draft is closest to the C++14 standard?

I've seen N3690, N4140, and N4296 mentioned in various places. 我在不同的地方看过N3690,N4140和N4296。 I'm guessing it's N4140 because that was released in late 2014. N4296 seems to have stuff that isn't in C++14, like fold expressions. 我猜它是N4140,因为它是在2014年底发布的.N4296似乎有不像C ++ 14那样的东西,就像折叠表达式一样。

N3690 is an old committee draft for C++14; N3690是C ++ 14的旧委员会草案; massive changes have been made since then (eg, the removal of <optional> and <dynarray> ), and it shouldn't be used for anything other than perhaps standard archaeology. 自那时以来已经发生了巨大的变化(例如,删除<optional><dynarray> ),它不应该用于标准考古学以外的任何其他事情。

N3936 is the version that's sent out for final balloting (well, the version that's actually sent out is N3937, but the difference is basically a fancy cover page). N3936是最终投票的版本(好吧,实际发出的版本是N3937,但差异基本上是一个花哨的封面)。 That, with some minor editorial fixes , became the C++14 IS. 通过一些小的编辑修复 ,它成为了C ++ 14 IS。

N4140 is to C++14 what N3337 is to C++11 - C++14 plus some editorial changes. N4140是C ++ 14 N3337对C ++ 11 - C ++ 14加上一些编辑上的改动。

N4296 is a later working draft incorporating additional proposals voted into the standard. N4296是一份后来的工作草案,其中包含投票进入该标准的其他提案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM