I am trying to use the constructor inheritance feature of C++11. The following snippet (copied from somewhere, I don\'t remember whence) works completely fine:
#
Whenever you define a custom constructor you need to provide a default constructor explicitly. I.e.
Derived::Derived() = default;