nasa / fpp

F Prime Prime: A modeling language for F Prime
https://fprime.jpl.nasa.gov
Apache License 2.0
41 stars 31 forks source link

Add a public default copy assignment operator to the generated DpContainer #419

Closed bocchino closed 2 months ago

bocchino commented 2 months ago

This way we can make the copy assignment operator protected in the handwritten base class.

bocchino commented 2 months ago

This is actually not needed. We can just make the operator protected in the base class and use the default operator in the derived class.