We cannot use "using" to inherit constructors because the feature
is not supported by MSVC 2013.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
Comment Actions
As to me the patch looks good. The code becomes much shorter. But I do not think that std::forward is a common idiom for constructor inheritance. Might it confuse somebody?