Skip to content

Transition non-standard use of basic_string in Data #401

@gfiumara

Description

@gfiumara

NFIQ2::Data is a std::basic_string<uint8_t>. This non-standard use has been hard-deprecated in Xcode 16.3 and restored with a warning in Xcode 16.4. Transition away from this data storage mechanism, possibly to std::vector<std::byte> or similar.

Metadata

Metadata

Assignees

No one assigned

    Labels

    buglibraryDevelopment interface and library

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions