Open
Description
clang on windows doesn't support non-call SEH, within an ACE_SEH_TRY block only operations may be called and within the operation maybe a SEH can be thrown, directly within the ACE_SEH_TRY no SEH should be thrown as clang on Windows can't handle that. See https://github.com/DOCGroup/ACE_TAO/blob/master/ACE/tests/Compiler_Features_39_Test.cpp as an example,
is something that shouldn't be done as clang can't support it