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 5271b92 commit 48286f4Copy full SHA for 48286f4
include/boost/json/detail/config.hpp
@@ -48,16 +48,6 @@
48
# endif
49
#endif
50
51
-#ifndef BOOST_NOINLINE
52
-# ifdef _MSC_VER
53
-# define BOOST_NOINLINE __declspec(noinline)
54
-# elif defined(__GNUC__) || defined(__clang__)
55
-# define BOOST_NOINLINE __attribute__((noinline))
56
-# else
57
-# define BOOST_NOINLINE
58
-# endif
59
-#endif
60
-
61
#ifndef BOOST_THROW_EXCEPTION
62
# ifndef BOOST_NO_EXCEPTIONS
63
# define BOOST_THROW_EXCEPTION(x) throw(x)
0 commit comments