Skip to content
  • Mark OLESEN's avatar
    ENH: improve consistency of adding tokens to ITstream · c1e2fd67
    Mark OLESEN authored
    - use add_tokens() instead of the old multi-parameter
      append(.., bool) method which was misleading since it added tokens
      at the current tokenIndex, not at the end.
    
    - stringify ITstream contents with CharStream instead of StringStream.
      Allows string_view for copying out the content.
    
    ENH: set namedDictionary dictionary name from Istream
    
    - provides context for error messages etc (#2990)
    c1e2fd67