Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add type-safe MIN() and MAX() macros (#2112)
* add type-safe MIN() and MAX() macros https://stackoverflow.com/questions/3437404/min-and-max-in-c * add a CMake check for __typeof__() availability * extend CMake check for statement expressions * Revert "extend CMake check for statement expressions" This reverts commit 52a24bc. * Revert "add a CMake check for __typeof__() availability" This reverts commit 24d14f5.
- Loading branch information