Removed msys2 patch (not necessary now)

This commit is contained in:
SChernykh
2025-04-29 11:42:11 +02:00
parent df21dd48af
commit 68cbf91fc7
2 changed files with 0 additions and 19 deletions
-14
View File
@@ -1,14 +0,0 @@
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
{