You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I might do something wrong, but I had to apply the following patch to the boost interval library (v1.82.0) in order to build it successfully using the emscripten toolchain (v3.1.51).
This reverts to the c99 impl, which builds and works fine as far I can tell.
From what I gathered, the definition of BOOST_NO_FENV_H occurs in include/boost/config/platform/wasm.hpp:23 and commenting it out also fixes the issue.
This is, however, very hacky and I was wondering if there way a cleaner way to achieve the same results.
The text was updated successfully, but these errors were encountered:
Hello!
I might do something wrong, but I had to apply the following patch to the boost interval library (v1.82.0) in order to build it successfully using the emscripten toolchain (v3.1.51).
This reverts to the c99 impl, which builds and works fine as far I can tell.
From what I gathered, the definition of
BOOST_NO_FENV_H
occurs ininclude/boost/config/platform/wasm.hpp:23
and commenting it out also fixes the issue.This is, however, very hacky and I was wondering if there way a cleaner way to achieve the same results.
The text was updated successfully, but these errors were encountered: