[muparser] Remove muParserError.h

To help remove exception handling, we will need to have a type that
has visibility into both ParserError and value_type. We're going to
put this type in muParserDef.h. Remove the error header and fold its
contents into muParserDef.h.
This commit is contained in:
ridiculousfish
2017-11-18 16:42:51 -08:00
parent 5f7f1102db
commit 38a2e0218d
10 changed files with 111 additions and 163 deletions

View File

@@ -33,7 +33,6 @@
#include <vector>
#include "muParserCallback.h"
#include "muParserError.h"
/** \file
\brief This file contains the parser token definition.