File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2595
2595
[[noreturn]] void rethrow_exception(exception_ptr p);
2596
2596
template<class E> exception_ptr make_exception_ptr(E e) noexcept;
2597
2597
2598
- [[noreturn]] template <class T> void throw_with_nested(T&& t);
2598
+ template <class T> [[noreturn]] void throw_with_nested(T&& t);
2599
2599
template <class E> void rethrow_if_nested(const E& e);
2600
2600
}
2601
2601
\end {codeblock }
3006
3006
exception_ptr nested_ptr() const noexcept;
3007
3007
};
3008
3008
3009
- [[noreturn]] template<class T> void throw_with_nested(T&& t);
3009
+ template<class T> [[noreturn]] void throw_with_nested(T&& t);
3010
3010
template <class E> void rethrow_if_nested(const E& e);
3011
3011
}
3012
3012
\end {codeblock }
3058
3058
\indexlibrary {\idxcode {throw_with_nested}!\idxcode {nested_exception}}
3059
3059
\indexlibrary {\idxcode {nested_exception}!\idxcode {throw_with_nested}}
3060
3060
\begin {itemdecl }
3061
- [[noreturn]] template <class T> void throw_with_nested(T&& t);
3061
+ template <class T> [[noreturn]] void throw_with_nested(T&& t);
3062
3062
\end {itemdecl }
3063
3063
3064
3064
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments