Skip to content
Snippets Groups Projects
Commit 70589ddc authored by mattijs's avatar mattijs
Browse files

BUG: no copy constructor visible for returning DynamicLists from functions.

parent 22717f32
No related merge requests found
......@@ -101,10 +101,7 @@ public:
explicit inline DynamicList(const label);
//- Construct copy.
explicit inline DynamicList
(
const DynamicList<T, SizeInc, SizeMult, SizeDiv>&
);
inline DynamicList(const DynamicList<T, SizeInc, SizeMult, SizeDiv>&);
//- Construct from UList. Size set to UList size.
// Also constructs from DynamicList with different sizing parameters.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment