Refactor fc::fstream to be more like std::fstream #1116
Labels
1a Epic
High level concept to be addressed. Description should contain a list referencing child User Stories
2a Discussion Needed
Prompt for team to discuss at next stand up.
3c Enhancement
Classification indicating a change to the functionality of the existing imlementation
Milestone
User Story
As a
developer
I wantto use fc::fstream
so 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
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
The text was updated successfully, but these errors were encountered: