beltoforion / muparserx

A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.
http://beltoforion.de/en/muparserx
BSD 2-Clause "Simplified" License
137 stars 60 forks source link

Example couldn't be built on MINGW windows #131

Closed Enem-20 closed 6 months ago

Enem-20 commented 6 months ago

228 line example.cpp should be changed from #ifdef _MSC_VER to #if defined (_MSC_VER) || defined(__MINGW__)

Tested on mingw ucrt with gcc 11.2.0