| 36 | { |
| 37 | template <class... _What, class _Tp, std::size_t _Capacity> |
| 38 | [[nodiscard]] |
| 39 | friend constexpr auto operator+(__mexception<_What...>, // |
| 40 | __static_vector<_Tp, _Capacity> const &) noexcept // |
| 41 | -> __mexception<_What...> |
| 42 | { |
| 43 | return {}; |
| 44 | } |
| 45 | |
| 46 | template <class... _What, class _Tp, std::size_t _Capacity> |
| 47 | [[nodiscard]] |