Skip to content
  • Mark OLESEN's avatar
    STYLE: simplify stream types · 5aa783f1
    Mark OLESEN authored
    - reduce coding clutter, avoiding allocated pointers when possible.
      IFstream and OFstream continue to use pointers since they handle
      compressed files, other streams can do without them.
    5aa783f1