Skip to content
  • Stephen Kelly's avatar
    Add a generic algorithm for deleting items in a container. · abb4a678
    Stephen Kelly authored
    Specialize for std::map types to delete the second element from
    the iterator.  This is not quite general enough that it can
    be used everywhere, because CMake inherits from std::map and
    creates typedefs with custom comparison functors etc, which
    can not use this algorithm.
    abb4a678