Skip to content
  • Stephen Kelly's avatar
    Use cmJoin to accumulate string ranges. · 27c6f017
    Stephen Kelly authored
    Avoid using the std::accumulate algorithm which is designed for
    numeric types, not complex types.  It introduces unneccessary
    copies.
    
    Initialize variables where they are populated.
    27c6f017