mirror of
https://github.com/boostorg/move.git
synced 2025-08-01 05:14:27 +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
|
//Clang can have code bloat issues with forceinline, see
|
||||||
//https://lists.boost.org/boost-users/2023/04/91445.php and
|
//https://lists.boost.org/boost-users/2023/04/91445.php and
|
||||||
//https://github.com/llvm/llvm-project/issues/62202
|
//https://github.com/llvm/llvm-project/issues/62202
|
||||||
|
#define BOOST_MOVE_FORCEINLINE inline
|
||||||
#else
|
#else
|
||||||
#define BOOST_MOVE_FORCEINLINE BOOST_FORCEINLINE
|
#define BOOST_MOVE_FORCEINLINE BOOST_FORCEINLINE
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user