On Tuesday, 5 January 2016 at 17:23:38 UTC, Walter Bright wrote:
Function bodies cannot mix catching C++ and D exceptions. (The reason is C++ catch types need to be distinguished from D catch types, and the most straightforward method to deal with that is have a different 'personality' function for functions that catch C++ exceptions.)
why not distinguish C++ exceptions from D ones in the personality routine?
