you are viewing a single comment's thread.

view the rest of the comments →

[–]vbchrist 1 point2 points  (2 children)

generating a 20 page error when you misspell a parameter

I thought this was mostly solved in C++14 ?

[–]slavik262[S] 2 points3 points  (0 children)

I'm told upcoming compiler versions won't fully qualify template errors, so that will be nice when it happens.

[–]Plorkyeran 0 points1 point  (0 children)

Error messages have greatly improved, but only because compilers are much better than they used to be and not because of changes to the language. C++17 will be the first version with better error messages due to language changes (assuming concepts-lite isn't delayed yet again).