Skip to content
Snippets Groups Projects
Commit b98f53ce authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: make ITstream positioning methods noexcept

ENH: add rank() method for compound tokens

ENH: add IOstream::minPrecision(unsigned)

- reduced typing, more expressive, no namespace ambiguity with max()

    new: IOstream::minPrecision(10);
    old: IOstream::defaultPrecision(max(10u, IOstream::defaultPrecision()));

STYLE: namespace qualify min/max for some buffer sizing [clang/hipp]
parent 5a70be08
No related branches found
No related tags found
1 merge request!695OpenFOAM v2406
Showing
with 75 additions and 58 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment