Files
eden/.patch/reshade/0001-from-chars-fallback.patch
T
2026-09-08 04:38:08 -04:00

12 lines
237 B
Diff

--- 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;