Magellan Linux

Annotation of /trunk/gcc/patches/gcc-9.1.0-bz90397.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3371 - (hide annotations) (download)
Tue Jul 16 21:41:02 2019 UTC (4 years, 10 months ago) by niro
File size: 543 byte(s)
-gcc-9.1.0 fixes
1 niro 3371 Index: libstdc++-v3/include/std/variant
2     ===================================================================
3     --- libstdc++-v3/include/std/variant (revision 271082)
4     +++ libstdc++-v3/include/std/variant (revision 271083)
5     @@ -1556,7 +1556,8 @@
6     #endif
7    
8     template<size_t _Np, typename _Vp>
9     - friend constexpr decltype(auto) __detail::__variant::__get(_Vp&& __v);
10     + friend constexpr decltype(auto)
11     + __detail::__variant::__get(_Vp&& __v) noexcept;
12    
13     template<typename _Vp>
14     friend void* __detail::__variant::__get_storage(_Vp&& __v);