Skip to content

Defaulted the move constructor for DerivedFrom

This is to allow the compiler to determine which constructor should be called based on the type used with the template. Resolves compilation on MSVC.

FYI: @ben.boeckel @dcthomp @bob.obara

Merge request reports