Skip to content

Commit

Permalink
Revert fix attempt for #177
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Sep 12, 2024
1 parent da94896 commit 3f79aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/stacktrace/stacktrace.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

extern "C" {

#if defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_DYN_LINK)
//#if defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_DYN_LINK)
BOOST_SYMBOL_EXPORT
#endif
//#endif
inline void* boost_stacktrace_impl_return_nullptr() { return nullptr; }
const char* boost_stacktrace_impl_current_exception_stacktrace();
bool* boost_stacktrace_impl_ref_capture_stacktraces_at_throw();
Expand Down

0 comments on commit 3f79aee

Please sign in to comment.