Skip to content
  • Mark OLESEN's avatar
    STYLE: simplify hashing to use struct instead of class · 3e3c9739
    Mark OLESEN authored
    - more consistent with STL practices for function classes.
    
    - string::hash function class now operates on std::string rather
      than Foam::string since we have now avoided inadvertent use of
      string conversion from int in more places.
    3e3c9739