Skip to content

Commit 5271b92

Browse files
committed
remove BOOST_FORCEINLINE fallback
1 parent 3fed67e commit 5271b92

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

include/boost/json/detail/config.hpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@
4848
# endif
4949
#endif
5050

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-
6151
#ifndef BOOST_NOINLINE
6252
# ifdef _MSC_VER
6353
# define BOOST_NOINLINE __declspec(noinline)

0 commit comments

Comments
 (0)