Skip to content

ENH: stream adjustments

Mark OLESEN requested to merge enh-streams into develop
  • make stream constructors explicit

  • remove "using std::ifstream", "using std::iofstream" statements for a cleaner namespace.

  • copy/move assignments for ITstream

  • IStringStream: default construct and construct from std::string instead of Foam::string

  • reduce some overhead in masterOFstream

  • simplify Pstream handling of string variants (#1525)

Merge request reports