User Story
As a developer I want to use fc::fstream so that it works like most other fstream library classes/functions.
Impacts
Additional Context (optional)
fc::fstream had a deficiency that files could not be opened in append mode. See issue #809. As part of the research for that issue, it was found that the mode parameter does not work as one would expect after working with fstream of the standard library or boost. See #809 (comment).
Making fc::fstream compatible with std::fstream will require careful examination of all uses, to make sure they work the same as today. We may even find uses where they are expecting it to work like std::fstream but it is not.
CORE TEAM TASK LIST
User Story
As a
developerI wantto use fc::fstreamso thatit works like most other fstream library classes/functions.Impacts
Additional Context (optional)
fc::fstream had a deficiency that files could not be opened in append mode. See issue #809. As part of the research for that issue, it was found that the
modeparameter does not work as one would expect after working with fstream of the standard library or boost. See #809 (comment).Making fc::fstream compatible with std::fstream will require careful examination of all uses, to make sure they work the same as today. We may even find uses where they are expecting it to work like std::fstream but it is not.
CORE TEAM TASK LIST