forked from lthn/blockchain
Added try_catch with location
This commit is contained in:
parent
5df4988e6e
commit
f738596a3c
1 changed files with 2 additions and 0 deletions
|
|
@ -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{};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue