NTNU-IHB / FMI4cpp

FMI 2.0 implementation written in modern C++.
MIT License
93 stars 34 forks source link

Deprecate min max #114

Closed markaren closed 2 years ago

markaren commented 2 years ago

This PR deprecates usage of min() and max() functions on !Windows and Windows with NOMINMAX defined. Removes the functions for Windows where NOMINMAX has not been defined.

Use get_XXX instead.