We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d8c10 commit 66b8a9aCopy full SHA for 66b8a9a
1 file changed
include/boost/interprocess/detail/workaround.hpp
@@ -231,7 +231,7 @@
231
#elif defined(BOOST_MSVC) && (_MSC_VER < 1900 || defined(_DEBUG))
232
//"__forceinline" and MSVC seems to have some bugs in old versions and in debug mode
233
#define BOOST_INTERPROCESS_FORCEINLINE inline
234
-#elif defined(BOOST_CLANG) || (defined(BOOST_GCC) && ((__GNUC__ <= 5) || defined(__MINGW32__)))
+#elif defined(BOOST_GCC) && (__GNUC__ <= 5)
235
//Older GCCs have problems with forceinline
236
//Clang can have code bloat issues with forceinline, see
237
//https://lists.boost.org/boost-users/2023/04/91445.php and
0 commit comments