Skip to content

Commit 0757d32

Browse files
committed
Fix removing floating-point charconv support
1 parent a9f556f commit 0757d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fly/fly.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#if defined(FLY_COMPILER_GCC) || defined(FLY_COMPILER_MSVC)
3838
# define FLY_COMPILER_SUPPORTS_FP_CHARCONV
3939
#else
40-
# undef FLY_COMPILER_SUPPORTS_CONSTEVAL
40+
# undef FLY_COMPILER_SUPPORTS_FP_CHARCONV
4141
#endif
4242

4343
// Define macro to convert a macro parameter to a string.

0 commit comments

Comments
 (0)