C++ upgrade due in 2023 will prioritize standard library modules, coroutines, executors, reflection, pattern matching, and contracts Credit: Gustavo Frazao / Getty Images The C++ language is moving forward on two different fronts. With the C++ 20 specification done and awaiting final approval, the ISO committee behind the language has begun plotting a successor C++ 23 release, which would prioritize a modular standard library. The ISO C++ Committee earlier this month voted to send the Draft International Standard of C++ 20 out for final approval and publication, due later this year. Highlights of C++ 20 include modules, concepts, coroutines, and ranges. C++ 20 was deemed feature-complete last year. C++ 23 is due to be finalized in 2023. The priorities for C++ 23 include: Finishing work begun in C++ 20 to support standard library modules and coroutines. The former will enable programmers to use the standard library through modules, while the latter will enable them to easily use coroutines with futures and other common types out of the box. The addition of executors, and a networking library that relies on executors, to the standard library. Reflection including introspection to query the program, compile-time programming to manipulate results, and generation to inject. Pattern matching to improve type safety and make it easier to write type-safe code. A redesign of contracts. Recent additions to C++ 20 include improving the context-sensitive recognition of “import” and “module” to allow non-compiler tools such as build systems to determine build dependencies. Several rangified algorithms were added, as well. Issues to the open core language and library were resolved, also. Related content feature 14 great preprocessors for developers who love to code Sometimes it seems like the rules of programming are designed to make coding a chore. Here are 14 ways preprocessors can help make software development fun again. By Peter Wayner Nov 18, 2024 10 mins Development Tools Software Development feature Designing the APIs that accidentally power businesses Well-designed APIs, even those often-neglected internal APIs, make developers more productive and businesses more agile. By Jean Yang Nov 18, 2024 6 mins APIs Software Development news Spin 3.0 supports polyglot development using Wasm components Fermyon’s open source framework for building server-side WebAssembly apps allows developers to compose apps from components created with different languages. By Paul Krill Nov 18, 2024 2 mins Microservices Serverless Computing Development Libraries and Frameworks news Go language evolving for future hardware, AI workloads The Go team is working to adapt Go to large multicore systems, the latest hardware instructions, and the needs of developers of large-scale AI systems. By Paul Krill Nov 15, 2024 3 mins Google Go Generative AI Programming Languages Resources Videos