C++20 concepts for nicer compiler errors

4 jjgreen 1 5/4/2025, 12:20:48 PM lemire.me โ†—

Comments (1)

WalterGR ยท 6h ago
It looks like the template-related error messages aren't GCC 15's improved ones, discussed on https://news.ycombinator.com/item?id=43643886 ("Usability Improvements in GCC 15").

I'm curious if they'd help narrow the distance between templates and concepts, as discussed in this article.