mirror of
https://github.com/boostorg/move.git
synced 2025-07-31 04:47:14 +02:00
Fixes #50 (Disabling forceinline with Clang broke the build)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user