1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00

Namespace addition

This commit is contained in:
Peter Boyle 2024-07-11 15:19:19 +00:00
parent 7c246606c1
commit f3eb36adcf

View File

@ -40,3 +40,4 @@ directory
#define EXCEPTION_CHECK_BEGIN(A) try {
#define EXCEPTION_CHECK_END(A) } catch ( std::exception e ) { BACKTRACEFP(stderr); std::cerr << __PRETTY_FUNCTION__ << " : " <<__LINE__<< " Caught exception "<<e.what()<<std::endl; throw; }