mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
xfer class modifications:
- removed operator* in favour of operator() for consistency with tmp
class. The previous use of operator() for const casting didn't work
anyhow due to template confusion.
- added xferCopy(), xferMove() and xferTmp() template functions instead
- preliminary changes to IOobjects and Fields for xfer
This commit is contained in:
@ -90,7 +90,7 @@ StaticHashTable<T, Key, Hash>::StaticHashTable
|
||||
endIter_(*this, 0, 0),
|
||||
endConstIter_(*this, 0, 0)
|
||||
{
|
||||
transfer(*ht);
|
||||
transfer(ht());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user