Fixes #50 (Disabling forceinline with Clang broke the build)

This commit is contained in:
Ion Gaztañaga
2023-04-19 07:18:52 +02:00
parent a6cdf134d0
commit cc618e1ba3

View File

@ -66,6 +66,7 @@
//Clang can have code bloat issues with forceinline, see
//https://lists.boost.org/boost-users/2023/04/91445.php and
//https://github.com/llvm/llvm-project/issues/62202
#define BOOST_MOVE_FORCEINLINE inline
#else
#define BOOST_MOVE_FORCEINLINE BOOST_FORCEINLINE
#endif