mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-09 14:49:32 +00:00
container_abort() calls std::terminate() but the file does not include <exception>. This compiles on most toolchains today because other headers transitively pull it in, but fails on Android NDK r28 (Clang 19) with C++23 where the transitive include no longer happens. Same class of issue as #395 (missing <ctype.h> in this file).
15 KiB
15 KiB