Article: Alternatives to C++

Ali Çehreli acehreli at yahoo.com
Tue Mar 9 01:43:25 UTC 2021


On 3/8/21 4:02 PM, tsbockman wrote:

 > So, it turns out that I actually found TWO critical, show-stopping bugs
 > in extern(C++) class support today (thanks @kinke):

I am happy to be involved in exposing bugs by being under-informed. :)

Once, I used the following construct during a presentation thinking that 
it would grab both locks:

   synchronized(a, b) {
     // ...
   }

Steven Schveighoffer corrected me during the presentation and later 
worked on crippling the comma operator in D. :)

Ali



More information about the Digitalmars-d mailing list