A new paper:
Bjarne Stroustrup: Concept-Based Generic Programming
https://www.stroustrup.com/Concept-based-GP.pdf
We present programming techniques to illustrate the facilities and principles of C++ generic programming using concepts. Concepts are C++’s way to express constraints on generic code. As an initial example, we provide a simple type system that eliminates narrowing conversions and provides range checking without unnecessary notational or run-time overhead.

Add a Comment
Comments are closed.