We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7d2fbb + d01f778 commit 9d40ca8Copy full SHA for 9d40ca8
include/tao/json/external/double.hpp
@@ -62,7 +62,8 @@
62
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
63
defined(__SH4__) || defined(__alpha__) || \
64
defined(_MIPS_ARCH_MIPS32R2) || \
65
- defined(__AARCH64EL__) || defined(__aarch64__)
+ defined(__AARCH64EL__) || defined(__aarch64__) || \
66
+ defined(__EMSCRIPTEN__)
67
#define TAO_JSON_DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS 1
68
#elif defined(__mc68000__)
69
#undef TAO_JSON_DOUBLE_CONVERSION_CORRECT_DOUBLE_OPERATIONS
0 commit comments