[libcxx-commits] [PATCH] D64979: [libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose fails

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 22 09:40:00 PDT 2019


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM if you leave a comment explaining the test.



================
Comment at: libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/close.pass.cpp:11
+
+// basic_filebuf<charT,traits>* closen();
+
----------------
typo: `close();`


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64979/new/

https://reviews.llvm.org/D64979





More information about the libcxx-commits mailing list