Revert fix attempt for #177

This commit is contained in:
Antony Polukhin
2024-09-12 22:27:45 +03:00
committed by GitHub
parent da94896d2d
commit 3f79aee92f

View File

@@ -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();