Skip to content

file should be template #195

@bugdea1er

Description

@bugdea1er

For the same reason that C++ makes all streams templated with a charT parameter, file should become

template<class charT, class traits = std::char_traits<charT>>
class basic_file : public std::basic_iostream<charT, traits>

file must be aliased basic_file<char> and exported from the library to maintain ABI compatibility

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions