These constructors throw compile errors with certain compilers as we are trying to provide a default implementation for a constructor which is implicitly deleted due to there being no parametersless constructor for the base class. The constructors can be safely removed as they can have no implementation anyway.
These constructors throw compile errors with certain compilers as we are trying to provide a default implementation for a constructor which is implicitly deleted due to there being no parametersless constructor for the base class. The constructors can be safely removed as they can have no implementation anyway.