CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: C++20

  1. #1
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    C++20

    C++20 features are now confirmed and have been frozen. No new features now for C++20 - any new features are for C++23!

    See
    https://herbsutter.com/2019/02/23/tr...-meeting-kona/
    https://www.reddit.com/r/cpp/comment...ip_report_c20/

    C++20 will see the biggest change to the C++ language since C++11 - bigger than C++17 as it includes ranges, modules and co-routines! Now the emphasis is on producing the C++20 standard document that reflects the agreed c++ changes and features.

    The current draft C++20 standard is N4791 available at http://www.open-std.org/jtc1/sc22/wg...2018/n4791.pdf Expect subsequent draft C++20 standards to be produced until it is finalised around at the Spring 2020 meeting. Note that the drafts are free but the final standard is not and has to be bought!

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: C++20

    For changes between C++17 and C++20, see http://www.open-std.org/jtc1/sc22/wg...0/p2131r0.html

  3. #3
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: C++20


  4. #4
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured