call_end

    • chevron_right

      C++ 23 language standard declared feature-complete

      pubsub.slavino.sk / infoworldcom • 1 March, 2023 edit

    C++ 23, a planned upgrade to the popular programming language, is now feature-complete, with capabilities such as standard library module support . On the horizon is a subsequent release, dubbed C++ 26.

    The ISO C++ Committee in early February completed technical work on the C++ 23 specification and is producing a final document for a draft approval ballot, said Herb Sutter, chair of the committee, in a blog post on February 13. The standard library module is expected to improve compilation.

    Other features slated for C++ 23 include simplifying implicit move, fixing temporaries in range-for loops, multidimensional and static operator[] , and Unicode improvements. Also featured is static constexpr in constexpr functions. The full list of features can be found at cppreference.com .

    To read this article in full, please click here


    Značky: #C++, #Rozne