Vector Class Discussion

NOMINMAX needed with Visual Studio and Windows.h
Author: Agner Date: 2013-09-16 01:03
Thanks for the tip. I will fix this in the next version of vectorclass by defining NOMINMAX if _MSC_VER is defined, or undefining the min and max macros if windows.h is included first. Macros with common names are a bad thing in C++.
 
thread NOMINMAX needed with Visual Studio and Windows.h new - Paul Jurczak - 2013-09-15
last reply NOMINMAX needed with Visual Studio and Windows.h - Agner - 2013-09-16