Most of the instantiation of the clerror_no<> template shall have constructors that accept both std::string const& and char const*. Its possible now to propagate these arguments along the hierarchy, so constructors should be there. Or, we should inherit them somehow from the base classes?
Most of the instantiation of the
clerror_no<>
template shall have constructors that accept bothstd::string const&
andchar const*
. Its possible now to propagate these arguments along the hierarchy, so constructors should be there. Or, we should inherit them somehow from the base classes?