mirror of
https://github.com/boostorg/json.git
synced 2025-05-11 13:44:06 +00:00
remove BOOST_FORCEINLINE fallback
This commit is contained in:
parent
3fed67e52a
commit
5271b92ba9
@ -48,16 +48,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef BOOST_FORCEINLINE
|
||||
# ifdef _MSC_VER
|
||||
# define BOOST_FORCEINLINE __forceinline
|
||||
# elif defined(__GNUC__) || defined(__clang__)
|
||||
# define BOOST_FORCEINLINE inline __attribute__((always_inline))
|
||||
# else
|
||||
# define BOOST_FORCEINLINE inline
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef BOOST_NOINLINE
|
||||
# ifdef _MSC_VER
|
||||
# define BOOST_NOINLINE __declspec(noinline)
|
||||
|
Loading…
x
Reference in New Issue
Block a user