mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: no copy constructor visible for returning DynamicLists from functions.
This commit is contained in:
@ -101,10 +101,7 @@ public:
|
|||||||
explicit inline DynamicList(const label);
|
explicit inline DynamicList(const label);
|
||||||
|
|
||||||
//- Construct copy.
|
//- Construct copy.
|
||||||
explicit inline DynamicList
|
inline DynamicList(const DynamicList<T, SizeInc, SizeMult, SizeDiv>&);
|
||||||
(
|
|
||||||
const DynamicList<T, SizeInc, SizeMult, SizeDiv>&
|
|
||||||
);
|
|
||||||
|
|
||||||
//- Construct from UList. Size set to UList size.
|
//- Construct from UList. Size set to UList size.
|
||||||
// Also constructs from DynamicList with different sizing parameters.
|
// Also constructs from DynamicList with different sizing parameters.
|
||||||
|
|||||||
Reference in New Issue
Block a user