 |
My Project
|
Go to the documentation of this file.
22 #ifndef SINGULAR_singular_defs_h_
23 #define SINGULAR_singular_defs_h_
26 #define FROM_NAMESPACE(a, s) s
29 # define SINGULARXX_THROW(type) throw type();
31 # define SINGULARXX_THROW(type) WerrorS(type().what());