4 Mar
2014
4 Mar
'14
6:49 p.m.
Lars Viklund wrote:
If you intend to ever post about SEH to the cfe-dev@ (Clang) list, don't bother.
Interesting. So my random choice - x32-dwarf - was actually right. I just tried std::vector<int>().at(0), which should cause from g++'s libstdc++ to throw, and clang++ is able to catch is properly. I assume that it wouldn't have worked if the exception handling didn't match.