C++26 introduces several new features such as the #embed preprocessor directive for including binary data, constexpr exceptions allowing throw statements in constant evaluated code, and support for variadic friends enabling class templates to grant access to their private and protected members to all classes in a parameter pack.
Sort: