Fixed msys2 builds

This commit is contained in:
SChernykh
2024-02-11 22:48:27 +01:00
parent 3327e7f54a
commit cfc3ba4b51
2 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
diff --git a/typeinfo b/typeinfo
index 4cce6cb..323fbc1 100644
--- a/typeinfo
+++ b/typeinfo
@@ -189,6 +189,9 @@ namespace std
#endif
#if __GXX_TYPEINFO_EQUALITY_INLINE || __cplusplus > 202002L
+#ifdef __clang__
+ __attribute__((always_inline))
+#endif
_GLIBCXX23_CONSTEXPR inline bool
type_info::operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT
{