File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 38693869 constexpr exception_ptr current_exception() noexcept;
38703870 [[noreturn]] constexpr void rethrow_exception(exception_ptr p);
38713871 template<class E> constexpr exception_ptr make_exception_ptr(E e) noexcept;
3872- template<class E> const E* exception_ptr_cast(const exception_ptr& p) noexcept;
3872+ template<class E> constexpr const E* exception_ptr_cast(const exception_ptr& p) noexcept;
38733873 template<class E> void exception_ptr_cast(const exception_ptr&&) = delete;
38743874
38753875 template<class T> [[noreturn]] constexpr void throw_with_nested(T&& t);
42504250
42514251\indexlibraryglobal {exception_ptr_cast}%
42524252\begin {itemdecl }
4253- template<class E> const E* exception_ptr_cast(const exception_ptr& p) noexcept;
4253+ template<class E> constexpr const E* exception_ptr_cast(const exception_ptr& p) noexcept;
42544254\end {itemdecl }
42554255
42564256\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments