Reimplement NFIQ2::Data with std::vector storage#403
Reimplement NFIQ2::Data with std::vector storage#403
Conversation
We should not subclass STL types, and libc++ is removing the base template for std::char_traits which breaks the previous code
|
❌ Conformance regression test for macOS-15 (arm64) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for ubuntu-22.04 (x64) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for macOS-14 (arm64) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for ubuntu-24.04 (x64) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for macOS-13 (x64) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for windows-2019 (x64) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for windows-2022 (x86) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for windows-2025 (x64) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for windows-2019 (x86) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for windows-2022 (x64) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for ubuntu-24.04 (x64) failed. Please review the artifacts for this run. |
|
❌ Conformance regression test for ubuntu-22.04 (x64) failed. Please review the artifacts for this run. |
|
Closing PR due to malfunctioning github-actions. Will reopen now that action is (hopefully) fixed. |
We should not subclass STL types, and libc++ is removing the base template for
std::char_traitswhich breaks the previous codeCloses #401.