Do section numbers differ between the C++11 standard and the gratis draft N3337?

后端 未结 1 1105
执笔经年
执笔经年 2020-12-16 14:54

Does the numbering of clauses, sections, subsections, paragraphs, etc., differ between the C++11 standard ISO/IEC 14882:2011 and the later, gratis-downloadable draft N3337?<

相关标签:
1条回答
  • 2020-12-16 15:23

    N3290, which is protected, is considered by the committee to be the final draft. I have not purchased the ISO/IEC standard and compared them to ensure that it is identical to N3290. I have also not heard any discussion on the committee questioning that it is identical.

    I've compared the cross references of N3290 and N3337. The cross references contain a complete list of the section.tags and section numbers. They are identical except for two minor changes:

    N3290 has:

    unord.map.modifers 23.5.4.4
    unord.multimap.modifers 23.5.5.3
    

    N3337 has:

    unord.map.modifiers 23.5.4.4
    unord.multimap.modifiers 23.5.5.3
    

    (modifers -> modifiers)

    I do not know about paragraph numbers. But here is a report from the editor concerning the changes made since the final draft.

    0 讨论(0)
提交回复
热议问题