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

ENH: add UList move construct and move assignment (shallow copy)

- the 'move' treatment performs a shallow copy but does not alter
  the passed parameter. Identical semantics as per std::span.

ENH: constexpr for basic HashTable constructors

STYLE: 'Foam::zero' instead of 'const Foam::zero' for containers

- this is simply a compiler dispatch flag, so the additional 'const'
  qualifier is unnecessary
parent f13be4f6
No related branches found
No related tags found
Loading
Showing
with 87 additions and 162 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment