Replaced all uses of complex Xfer class with C++11 "move" constructors and assignment operators. Removed the now redundant Xfer class. This substantial changes improves consistency between OpenFOAM and the C++11 STL containers and algorithms, reduces memory allocation and copy overhead when returning containers from functions and simplifies maintenance of the core libraries significantly.
4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
Test-ListHashTable.C
|
|
|
|
EXE = $(FOAM_USER_APPBIN)/Test-ListHashTable
|