Andre Poenitz schrieb:
+#include <map> + +#include "MathParser.h" + #include "support/docstring.h" #include <string>System headers last.
So you want?: #include "support/docstring.h" #include <map> #include <string>
+using std::map; +No using on file scope in header files.
What do you mean? > Yes, up to Andre's comments it looks good. Could you change this in trunk accordingly? regards Uwe