You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2019. It is now read-only.
If we add the I/O streams types as template arguments for CommandLineInterpreter, we would gain in portability because it allows to work with characters of type char or wchar_t. Thus we would pass the streams to CommandLineInterpreter as std::iostreams or std::wiostreams and it would handle internally the strings as std::string or std::wstring as the case.