On 9/27/2012 11:01 PM, Jacob Carlborg wrote: > On 2012-09-27 21:51, Walter Bright wrote: > >> Well, I did. The EH mechanism in dmd Win64 is the same as that used for >> dmd Linux, OSX and FreeBSD, 32 and 64. > > What does that practically mean from the users point of view?
It's another interoperability problem. It means that when mixing c++/d that stackframe unwinding during exception handling doesn't work as expected. It'll be one more thing that eventually needs to be fixed.
