Fix Android builds

This commit is contained in:
CamilleLaVey
2026-09-08 04:38:08 -04:00
parent 5cebeabe03
commit a986cc8565
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/source/effect_lexer.cpp
+++ b/source/effect_lexer.cpp
@@ -1181,7 +1181,7 @@
}
else
{
-#if 0
+#if !defined(__cpp_lib_to_chars)
exponent += decimal_location - mantissa_size;
const bool exponent_negative = exponent < 0;