mbsim-env / fmatvec

A fast vector/matrix library
https://www.mbsim-env.de
GNU Lesser General Public License v2.1
10 stars 5 forks source link

Fix MSVC compilation error due to non standard __PRETTY_FUNCTION__ #10

Closed GreenGary closed 4 years ago

GreenGary commented 4 years ago

__PRETTY_FUNCTION is a non standard definition and not supported by MSVC. However, FUNCSIG__ comes close to it.