We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da94896 commit 3f79aeeCopy full SHA for 3f79aee
include/boost/stacktrace/stacktrace.hpp
@@ -37,9 +37,9 @@
37
38
extern "C" {
39
40
-#if defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_DYN_LINK)
+//#if defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_DYN_LINK)
41
BOOST_SYMBOL_EXPORT
42
-#endif
+//#endif
43
inline void* boost_stacktrace_impl_return_nullptr() { return nullptr; }
44
const char* boost_stacktrace_impl_current_exception_stacktrace();
45
bool* boost_stacktrace_impl_ref_capture_stacktraces_at_throw();
0 commit comments