Details
Details
- Reviewers
dexonsmith
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Resigning to take this off my queue since this is 5+ years old, but this looks like a nice change that I'd be happy to review. Add me back if you want me to take a look at this or a rebased patch.
Comment Actions
I can try to bring this back if there is interest in this.
As far as I remember I got feedback that this wasn't worth it compared to a
bool and a comment at call sites (was it Justin's feedback maybe?)
Basically:
raw_fd_ostream OF(TestFD, true, /*unbuffered=*/true);
vs
raw_fd_ostream OF(TestFD, true, StreamMode::Unbuffered);