Skip to content

Reimplement NFIQ2::Data with std::vector storage#404

Open
gfiumara wants to merge 5 commits intomasterfrom
nfiq2-data
Open

Reimplement NFIQ2::Data with std::vector storage#404
gfiumara wants to merge 5 commits intomasterfrom
nfiq2-data

Conversation

@gfiumara
Copy link
Copy Markdown
Member

We should not subclass STL types, and libc++ is removing the base template for std::char_traits which breaks the previous code

Closes #401.

gfiumara added 3 commits May 21, 2025 13:50
We should not subclass STL types, and libc++ is removing the base
template for std::char_traits which breaks the previous code
@github-actions
Copy link
Copy Markdown

All conformance tests passed

Conformance Test Results

  • macOS-13 x64 - PASS
  • macOS-14 arm64 - PASS
  • macOS-15 arm64 - PASS
  • ubuntu-22.04 x64 - PASS
  • ubuntu-22.04 x64 (Embedded Model) - PASS
  • ubuntu-24.04 x64 - PASS
  • ubuntu-24.04 x64 (Embedded Model) - PASS
  • windows-2022 x64 - PASS
  • windows-2022 x86 - PASS
  • windows-2025 x64 - PASS

Summary: 10 passed, 0 failed (10 total)

About this test

This workflow runs conformance regression tests across multiple operating systems and architectures to ensure consistent behavior of the NFIQ2 library.

@github-actions
Copy link
Copy Markdown

Conformance tests failed

Conformance Test Results

No test result files found!

About this test

This workflow runs conformance regression tests across multiple operating systems and architectures to ensure consistent behavior of the NFIQ2 library.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Transition non-standard use of basic_string in Data

1 participant