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 d076656 commit 9f84045Copy full SHA for 9f84045
utility/polymorphy.hpp
@@ -13,7 +13,7 @@
13
# error "BOOST_VERSION macro undefined, even though boost/version.hpp is included (broken boost installation?)"
14
#endif // BOOST_VERSION
15
16
-#if BOOST_VERSION < 105600 && !defined(__BORLANDC__)
+#if BOOST_VERSION < 105600 && !defined(__BORLANDC__) && !defined(JS_DISABLE_BOOST_WARNING)
17
# warning "Polymorphic adaptation is disabled, because the boost version is too old."
18
# define DISABLE_POLY_JSON
19
#else
0 commit comments