| 1 | /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying |
| 2 | file Copyright.txt or https://cmake.org/licensing#kwsys for details. */ |
| 3 | #if defined(_WIN32) |
| 4 | # define NOMINMAX // use our min,max |
nothing calls this directly
no test coverage detected