By Mateusz Pusz
C++ is a powerful language for building high-performance, flexible libraries. However, language and standard library limitations often hinder library developers from achieving their full potential.
This talk will unveil 10 critical missing C++ features that could significantly improve library development. By addressing common pain points and unlocking new possibilities, these features will empower developers to create more robust, efficient, and expressive libraries.
Through concrete examples from the quantities and units library, we’ll explore how these features can:
Simplify complex generic programming, Improve type safety without sacrificing functionality, Enable more concise and expressive code, Serve as building blocks for crucial new library features.
Some of the presented features are already proposed for standardization but have yet to be a part of the C++ standard. Others are still pure fiction, but hopefully, they will enter the standardization pipeline in the future.
Join us to explore the potential future of C++ library development and how these 10 features could shape the language for years to come, opening up new possibilities and revolutionizing the way we build libraries.










