Go to the documentation of this file.
30 #ifndef _EXCEPTION_DEFINES_H
31 #define _EXCEPTION_DEFINES_H 1
33 #if ! __cpp_exceptions
35 # define __try if (true)
36 # define __catch(X) if (false)
37 # define __throw_exception_again
41 # define __catch(X) catch(X)
42 # define __throw_exception_again throw