Skip to content
  • Brad King's avatar
    Qualify std::map compare functor as const · aa8c0036
    Brad King authored
    Some older STL implementations invoke the comparison functor as a const
    object, so the function call operator must be 'const' qualified.  This
    fixes the commit "Fix support for OLD behavior of policy CMP0002" to
    compile on older STLs.
    aa8c0036