summarylogtreecommitdiffstats
path: root/bz90397.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bz90397.patch')
-rw-r--r--bz90397.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/bz90397.patch b/bz90397.patch
new file mode 100644
index 000000000000..d41252af50e4
--- /dev/null
+++ b/bz90397.patch
@@ -0,0 +1,14 @@
+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);