Skip to content

Commit 48286f4

Browse files
committed
remove BOOST_NOINLINE fallback
1 parent 5271b92 commit 48286f4

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_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-
6151
#ifndef BOOST_THROW_EXCEPTION
6252
# ifndef BOOST_NO_EXCEPTIONS
6353
# define BOOST_THROW_EXCEPTION(x) throw(x)

0 commit comments

Comments
 (0)