My Little Dustmite: Bisect is Magic
Kagamin
spam at here.lot
Wed Jul 31 13:21:01 UTC 2019
On Monday, 29 July 2019 at 15:28:02 UTC, Ethan wrote:
> On Sunday, 28 July 2019 at 11:41:20 UTC, John Colvin wrote:
>> In D it's very easy for one little typo to invalidate vast
>> amounts of code, which leads to massive cascading errors.
>
> I mean, that's true of C++ as well.
From C++20 overview
https://hackaday.com/2019/07/30/c20-is-feature-complete-heres-what-changes-are-coming/ :
>As a result, the compiler can provide a short and meaningful
>error message if the defined requirement of a concept isn’t met,
>instead of dumping walls of errors and warnings from somewhere
>deep within the template code itself that won’t make much sense
>without digging further into that code.
Looks like C++ compilers are supposed to print less errors too.
More information about the Digitalmars-d
mailing list