More recently, gcc implemented experimental support for the C ++ 17 standard, of which concepts are part. I read about it and immediately connected to all the positive effects that it can provide. But my question is: will the current STL implementation get a facelift using concepts? So, is there any assessment of when?
From my point of view, it would be great if at least the collection algorithmwas reimplemented using concepts to avoid unnecessary long error messages when there is no operator or something like that.
Edit:
Apparently, I was mistaken in the fact that the concepts are part of C ++ 17. In any case, the question of whether the STL is updated with the concepts, I think that is still relevant.
source
share