mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: adjust tests to compile with current code base
This commit is contained in:
@ -99,7 +99,7 @@ int main()
|
||||
|
||||
|
||||
HashTable<scalar> table2(table1);
|
||||
HashTable<scalar> table3(table1.xfer());
|
||||
HashTable<scalar> table3(std::move(table1));
|
||||
|
||||
Info<< "\ncopy table1 -> table2" << nl
|
||||
<< "transfer table1 -> table3 via the xfer() method" << nl;
|
||||
|
||||
Reference in New Issue
Block a user