mirror of
https://github.com/edubart/otclient.git
synced 2026-01-11 08:31:29 +01:00
rewrite and reoganize tools functions
* create stdext namespace which contains additional C++ algorithms * organize stdext in string, math, cast and exception utilities
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "declarations.h"
|
||||
|
||||
/// All OTML errors throw this exception
|
||||
class OTMLException : public Exception
|
||||
class OTMLException : public stdext::exception
|
||||
{
|
||||
public:
|
||||
OTMLException(const OTMLNodePtr& node, const std::string& error);
|
||||
|
||||
Reference in New Issue
Block a user