Closed jkotan closed 2 years ago
Windows defines max/min macros. To avoid interference with the macros, e.g. at https://github.com/pni-libraries/libpninexus/issues/194, it would be good to add additional brackets when max() from std is called or rename a max variable in tests.
max()
std
max
Windows defines max/min macros. To avoid interference with the macros, e.g. at https://github.com/pni-libraries/libpninexus/issues/194, it would be good to add additional brackets when
max()
fromstd
is called or rename amax
variable in tests.