Skip to content

Consolidate string read with generalized container read #296

@DanRStevens

Description

@DanRStevens

As mentioned in PR #288, the string read method can be consolidated with the generalized container read method. However, this needs C++17 support to enable, as the string.data() method doesn't have a non-const overload until C++17.

Consolidating the two methods will allow the read code to match the consolidation in the corresponding write code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C++17Update requires C++17 features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions