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 c8c0cd5 commit f9bfcf2Copy full SHA for f9bfcf2
inc/osvr/Util/IndentingStream.h
@@ -82,7 +82,7 @@ namespace util {
82
class IndentingStream : public boost::iostreams::filtering_ostream {
83
public:
84
IndentingStream(size_t spaces, std::ostream &stream)
85
- : m_filter{spaces}, m_os{stream} {
+ : m_filter(spaces), m_os(stream) {
86
push(boost::ref(m_filter));
87
push(m_os);
88
}
0 commit comments