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 3869
3869
constexpr exception_ptr current_exception() noexcept;
3870
3870
[[noreturn]] constexpr void rethrow_exception(exception_ptr p);
3871
3871
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;
3873
3873
template<class E> void exception_ptr_cast(const exception_ptr&&) = delete;
3874
3874
3875
3875
template<class T> [[noreturn]] constexpr void throw_with_nested(T&& t);
4250
4250
4251
4251
\indexlibraryglobal {exception_ptr_cast}%
4252
4252
\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;
4254
4254
\end {itemdecl }
4255
4255
4256
4256
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments