Update fst from upstream (#6771 partial)

This commit is contained in:
Wilson Snyder
2026-06-22 17:25:59 -04:00
parent bf50baefee
commit c927f05f35
3 changed files with 10 additions and 8 deletions
+6
View File
@@ -81,6 +81,12 @@
std::abort(); \
}
#define FST_FAIL_STRING(s) \
do { \
std::cerr << (s) << std::endl; \
std::abort(); \
} while (0)
// We turn on all DCHECKs to CHECKs temporarily for better safety.
#if 1
# define FST_DCHECK(a) FST_CHECK(a)