ptomulik / clxx

MIT License
0 stars 0 forks source link

Allow clerror_no<...> to accept what_arg #35

Closed ptomulik closed 9 years ago

ptomulik commented 9 years ago

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?

ptomulik commented 9 years ago

This is fixed now. Where possible, we provide two constructors, one with const char* and one with std::string const& argument.