Skip to content

Commit bece929

Browse files
committed
Abstract stream support in printer classes
This patch allows to create new printers based on custom streams.
1 parent c25d2e0 commit bece929

File tree

5 files changed

+247
-81
lines changed

5 files changed

+247
-81
lines changed

backward.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727

2828
namespace backward {
2929

30-
backward::SignalHandling sh;
30+
backward::SignalHandling<StderrPrinter> sh;
3131

3232
} // namespace backward

0 commit comments

Comments
 (0)