splash-damage / future-extensions

Unreal Engine plugin for async task programming
BSD 3-Clause "New" or "Revised" License
175 stars 26 forks source link

Removed defaulting of implicitly deleted constructors. #3

Closed digibob closed 4 years ago

digibob commented 4 years ago

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.