Feature #85
Make standard streams assignable (=) in a way that also changes the rdbuf of the underlying std::iostream.
| Status: | New | Start: | 06/22/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | IO | |||
| Target version: | 1.0 | |||
Description
sys.stdout, sys.stderr, sys.stdin should be assignable (i.e., not read only). But when assigned they should replace std::{cout,cerr,cin}.rdbuf() too.
Or at least that's what I'm proposing now.