We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5830d18 commit b1e3768Copy full SHA for b1e3768
include/cpptrace/from_current.hpp
@@ -29,10 +29,10 @@ namespace cpptrace {
29
30
CPPTRACE_EXPORT bool current_exception_was_rethrown();
31
32
- CPPTRACE_EXPORT CPPTRACE_NORETURN CPPTRACE_FORCE_NO_INLINE
+ CPPTRACE_NORETURN CPPTRACE_EXPORT CPPTRACE_FORCE_NO_INLINE
33
void rethrow();
34
35
36
void rethrow(std::exception_ptr exception);
37
38
namespace detail {
0 commit comments