BitBloomTech / spawn

Allows users to concisely specify and execute a large number of tasks with complex and co-dependent input parameter variations
GNU General Public License v3.0
2 stars 1 forks source link

Fixing issue with copying IndexedNode #72

Closed mtinning closed 5 years ago

mtinning commented 5 years ago

Allow the copy constructor to be overloaded in SpecificationNode, and provide the missing argument in IndexedNode

Closes #71