Skip to content

Commit 0d1041e

Browse files
committed
Merge branch 'dev' into jr/abi
2 parents db1c858 + 8c5ee5e commit 0d1041e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/cpptrace/io.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
#endif
2626

2727
CPPTRACE_BEGIN_NAMESPACE
28-
std::ostream& operator<<(std::ostream& stream, const stacktrace_frame& frame);
29-
std::ostream& operator<<(std::ostream& stream, const stacktrace& trace);
28+
CPPTRACE_EXPORT std::ostream& operator<<(std::ostream& stream, const stacktrace_frame& frame);
29+
CPPTRACE_EXPORT std::ostream& operator<<(std::ostream& stream, const stacktrace& trace);
3030
CPPTRACE_END_NAMESPACE
3131

3232
#if defined(CPPTRACE_STD_FORMAT) && defined(__cpp_lib_format)

0 commit comments

Comments
 (0)