> > - does not work for wchar_t. While this might seem silly, it's not, since > > VC allows for a TCHAR* command line string. > > I have to consider this. An obvious approach would be to add template > parameter to every class, telling which char type to use. So investigation > is needed to find alternatives --- making everything a template would > conflict with ability to compiler everything as shared library. >
I don't think we need a template param. Just something like 'boost::program_options::char_type', which is by default char, and can be changed. It's not like we have multiple command lines or something ;-) Best, John _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost