Skip to content
  • Kenneth Moreland's avatar
    Get around issue with min/max macros defined · dc15a6be
    Kenneth Moreland authored
    There were a few places in the source code where
    std::numeric_limits::min and max were used. There is an issue with these
    methods on windows because the standard libraries there define macros
    with the same name. Get around this problem by either places parentheses
    so that they do not look like macros or use the vtkm::Infinity methods
    instead.
    dc15a6be