Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Add the I/O streams types as template arguments #18

Description

@jesustorresdev

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions