1
0
Fork 0
forked from lthn/blockchain

Added try_catch with location

This commit is contained in:
cryptozoidberg 2021-06-17 23:02:57 +02:00
parent 5df4988e6e
commit f738596a3c
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -65,6 +65,8 @@ namespace epee
}
#define STD_TRY_CATCH_LOCATION(return_val) STD_TRY_CATCH(LOCATION_SS, return_val)
/* helper class, to make able get namespace via decltype()::*/
template<class base_class>
class namespace_accessor: public base_class{};