We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f245c36 commit 378613eCopy full SHA for 378613e
1 file changed
include/conditional_ostream.h
@@ -8,7 +8,7 @@
8
//
9
10
struct ConditionalOStream {
11
- std::ostream *mOStream { nullptr };
+ std::ostream *const mOStream { nullptr };
12
13
// Explicit constructors so that implicit
14
// conversion from `std::ostream &`s can't
0 commit comments