summarylogtreecommitdiffstats
path: root/bz90397.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bz90397.patch')
-rw-r--r--bz90397.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/bz90397.patch b/bz90397.patch
deleted file mode 100644
index d41252af50e4..000000000000
--- a/bz90397.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: libstdc++-v3/include/std/variant
-===================================================================
---- libstdc++-v3/include/std/variant (revision 271082)
-+++ libstdc++-v3/include/std/variant (revision 271083)
-@@ -1556,7 +1556,8 @@
- #endif
-
- template<size_t _Np, typename _Vp>
-- friend constexpr decltype(auto) __detail::__variant::__get(_Vp&& __v);
-+ friend constexpr decltype(auto)
-+ __detail::__variant::__get(_Vp&& __v) noexcept;
-
- template<typename _Vp>
- friend void* __detail::__variant::__get_storage(_Vp&& __v);