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 8b8b7a9 commit 8c5ee5eCopy full SHA for 8c5ee5e
include/cpptrace/io.hpp
@@ -25,8 +25,8 @@
25
#endif
26
27
namespace cpptrace {
28
- std::ostream& operator<<(std::ostream& stream, const stacktrace_frame& frame);
29
- std::ostream& operator<<(std::ostream& stream, const stacktrace& trace);
+ CPPTRACE_EXPORT std::ostream& operator<<(std::ostream& stream, const stacktrace_frame& frame);
+ CPPTRACE_EXPORT std::ostream& operator<<(std::ostream& stream, const stacktrace& trace);
30
}
31
32
#if defined(CPPTRACE_STD_FORMAT) && defined(__cpp_lib_format)
0 commit comments