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.
1 parent 4d88f86 commit c33862dCopy full SHA for c33862d
src/operations.cpp
@@ -38,7 +38,7 @@
38
#endif
39
#include <cerrno>
40
41
-// Use WASI when not building with emscripten or when BOOST_FILESYSTEM_DISABLE_EMSCRIPTEN_WASI is set
+// Use WASI when not building with emscripten or when BOOST_FILESYSTEM_DISABLE_EMSCRIPTEN_WASI is not set
42
#if defined(__wasm) && (!defined(__EMSCRIPTEN__) || !defined(BOOST_FILESYSTEM_DISABLE_EMSCRIPTEN_WASI))
43
#define BOOST_FILESYSTEM_STANDALONE_WASM
44
0 commit comments