boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 93 forks source link

Flush streams before checking for write errors #65

Closed Reisse closed 3 years ago

Reisse commented 3 years ago

The last write (and error) may happen on flush. Fixes #56.

Reisse commented 3 years ago

@madmongo1 Hi! I see you've taken maintenance of this library. May I please ask for review?

madmongo1 commented 3 years ago

Merged to develop