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 48286f4 commit 61e4962Copy full SHA for 61e4962
include/boost/json/detail/config.hpp
@@ -48,14 +48,6 @@
48
# endif
49
#endif
50
51
-#ifndef BOOST_THROW_EXCEPTION
52
-# ifndef BOOST_NO_EXCEPTIONS
53
-# define BOOST_THROW_EXCEPTION(x) throw(x)
54
-# else
55
-# define BOOST_THROW_EXCEPTION(x) do{}while(0)
56
-# endif
57
-#endif
58
-
59
#if ! defined(BOOST_JSON_NO_SSE2) && \
60
! defined(BOOST_JSON_USE_SSE2)
61
# if (defined(_M_IX86) && _M_IX86_FP == 2) || \
0 commit comments