ptomulik / clxx

MIT License
0 stars 0 forks source link

Type of string in clxx::app::options::option_value #28

Open ptomulik opened 9 years ago

ptomulik commented 9 years ago

We have a template parameter charT which I suppose is designed to be used as an underlying character type for option value's name. However, in our workaround we use std::string as the return type of name() and argument to value_name(). It should be verified, whether it shouldn't be changed to something like std::basic_string<charT>.