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

#6 Fix 'and' not supported as boolean operator by MSVC #7

Closed GreenGary closed 4 years ago

GreenGary commented 4 years ago

Fix for MSVC

friedrichatgc commented 4 years ago

I do not like the valid c++ and/or keywords, so I'm happy with this change. For the MSVC build we may consider adding "/permissive-". This allows also and/or in MSVC 2017 but not in 2015 (according godbolt.org).