mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-08 13:11:02 +00:00
12 lines
237 B
Diff
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;
|