Go to the documentation of this file.
32 #ifndef _EXCEPTION_DEFINES_H
33 #define _EXCEPTION_DEFINES_H 1
37 # define __try if (true)
38 # define __catch(X) if (false)
39 # define __throw_exception_again
43 # define __catch(X) catch(X)
44 # define __throw_exception_again throw