[Clang] Fix building with Clang < 3.9.
This is a workaround for a bug in older versions of Clang when. The constructor that is supposed to allow for Derived to Base conversion does not work. Remove this if we drop support for such configurations.
Loading