Sun, 19 Jan 2014 20:19:05 +0200
- removed simple_exception, that was stupid
src/types.h | file | annotate | diff | comparison | revisions |
--- a/src/types.h Sun Jan 19 20:17:30 2014 +0200 +++ b/src/types.h Sun Jan 19 20:19:05 2014 +0200 @@ -41,20 +41,6 @@ return (a >= 0) ? a : -a; } -// ============================================================================= -// A simple basic exception -// -class simple_exception : public std::exception -{ - public: - simple_exception(); - - inline const char* what() const throw() - { - return "simple exception"; - } -}; - #ifdef IN_IDE_PARSER using FILE = void; #endif