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 3865
3865
constexpr exception_ptr current_exception() noexcept;
3866
3866
[[noreturn]] constexpr void rethrow_exception(exception_ptr p);
3867
3867
template<class E> constexpr exception_ptr make_exception_ptr(E e) noexcept;
3868
- template<class E> const E* exception_ptr_cast(const exception_ptr& p) noexcept;
3868
+ template<class E> constexpr const E* exception_ptr_cast(const exception_ptr& p) noexcept;
3869
3869
template<class E> void exception_ptr_cast(const exception_ptr&&) = delete;
3870
3870
3871
3871
template<class T> [[noreturn]] constexpr void throw_with_nested(T&& t);
4246
4246
4247
4247
\indexlibraryglobal {exception_ptr_cast}%
4248
4248
\begin {itemdecl }
4249
- template<class E> const E* exception_ptr_cast(const exception_ptr& p) noexcept;
4249
+ template<class E> constexpr const E* exception_ptr_cast(const exception_ptr& p) noexcept;
4250
4250
\end {itemdecl }
4251
4251
4252
4252
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments