mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Don't break on Throw
This commit is contained in:
@@ -31,10 +31,8 @@ extern void breakPoint ();
|
|||||||
};
|
};
|
||||||
|
|
||||||
template <class Exception>
|
template <class Exception>
|
||||||
inline void Throw (Exception const& e, char const* = "", int = 0)
|
void Throw (Exception const& e, char const* = "", int = 0)
|
||||||
{
|
{
|
||||||
Debug::breakPoint ();
|
|
||||||
|
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user