C++20 concepts for nicer compiler errors

by jjgreenon 5/4/2025, 12:20 PMwith 1 comments

by WalterGRon 5/4/2025, 12:43 PM

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.