You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 tostd::vector<std::byte>
or similar.The text was updated successfully, but these errors were encountered: