29 #ifndef MU_PARSER_ERROR_H
30 #define MU_PARSER_ERROR_H
42 #pragma warning(disable : 4251) // ...needs to have dll-interface to be used by clients of class ...
66 std::vector<string_type> m_vErrMsg;
112 #if defined(_MSC_VER)
A class that handles the error messages.
Error class of the parser.
Namespace for mathematical applications.
string_type::value_type char_type
The character type used by the parser.
MUP_STRING_TYPE string_type
The stringtype used by the parser.
This file contains standard definitions used by the parser.