Concept archetypes--Andrzej Krzemieński

Testing custom concepts.

Concept archetypes

by Andrzej Krzemieński

From the article:

Concepts in the form added in C++20 used to be called lite. This is because they do not provide one quite important functionality: having the compiler check if the author of a constrained template is only using operations and types allowed by the constraining concept. In other words, we can say that our template only requires operations A and B to be valid, but we can still use some other operations inside and this is fine with the compiler. In this post we will show how this is problematic, even for programmers aware of the issue, and how to address it with concept archetypes...

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.