Mark Abraham

Results 11 issues of Mark Abraham

In several methods, e.g. https://github.com/beltoforion/muparser/blob/master/include/muParserTest.h#L208 some pointer is cast to `std::intptr_t` before being returned as `value_type`, which as far as I can see is `double`. That looks risky. MSVC warns...