Skip to content
  • Igor Kushnir's avatar
    Don't use findClose() before ParamIterator() · 2aaaed16
    Igor Kushnir authored
    ParamIterator::position() returns the position just after the closing
    parenthesis. Use this information instead of looking for ')' twice. This
    is both more efficient and less verbose.
    2aaaed16