Closed drsnuggles8 closed 1 year ago
In the file assert.hpp, in line 8 it is checked if _MSV_VER is defined. I believe this should be a check for _MSC_VER instead.
_MSV_VER
_MSC_VER
Link to file
Thanks for letting us know , this is now fixed.
In the file assert.hpp, in line 8 it is checked if
_MSV_VER
is defined. I believe this should be a check for_MSC_VER
instead.Link to file