Style iostream option
-
Minor adjustments to the internal layout and management of IOstream options (format, compression, version) with a change in the underlying enum type from
int
tochar
. Shaves off a few bytes for each stream. -
Bundling the stream options might also be useful in the future to pass around as an opaque structure
IOstreamOption
, but haven't fully explored how much benefit this would bring.
Edited by Mark OLESEN
Merge request reports
Activity
Filter activity
added 6 commits
-
c11dd504...4a16d589 - 5 commits from branch
develop
- 76bff944 - STYLE: reorder/refactor stream format options
-
c11dd504...4a16d589 - 5 commits from branch
added 12 commits
-
76bff944...19e664f8 - 10 commits from branch
develop
- 3897ea75 - STYLE: reorder/refactor stream format options
- 1d7ca8b3 - STYLE: relocate stream allocators to Detail namespace
-
76bff944...19e664f8 - 10 commits from branch
mentioned in commit 62bd8454
Please register or sign in to reply