8000 Transition non-standard use of basic_string in Data · Issue #401 · usnistgov/NFIQ2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Transition non-standard use of basic_string in Data #401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gfiumara opened this issue May 19, 2025 · 0 comments · May be fixed by #404
Open

Transition non-standard use of basic_string in Data #401

gfiumara opened this issue May 19, 2025 · 0 comments · May be fixed by #404
Labels
bug library Development interface and library

Comments

@gfiumara
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug library Development interface and library
Projects
None yet
1 participant
0