Lars Viklund

Results 73 comments of Lars Viklund

C4996 is originally a warning, are you building with warnings-as-errors? If so, you may want to exclude it from the set of warnings you treat as errors as it's quite...

You can ignore it. `Windows.h` conditionally defines function-like macros for `min` and `max` - `NOMINMAX` is a user-settable define that controls this. Your compiler is warning about that someone else...