VS fixes
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Assert {
|
||||
template <typename STR> static inline void doThrow(const STR err) {
|
||||
#ifdef WITH_ASSERTIONS
|
||||
std::string str = "in: ";
|
||||
str += __PRETTY_FUNCTION__;
|
||||
str += __FUNCTION__;
|
||||
str += " error: ";
|
||||
str += err;
|
||||
throw Exception(err);
|
||||
|
||||
Reference in New Issue
Block a user