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