[libcxx-commits] [PATCH] D49863: [istream] Fix error flags and exceptions propagated from input stream operations

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 11 13:05:41 PST 2019


ldionne added a comment.
Herald added a subscriber: jkorous.

I would like to merge this even though http://wg21.link/p1264 has not been voted into C++ yet, because this is arguably a bug and libc++ differs from other stdlibs in this regard. Once http://wg21.link/p1264 is merged into C++ in one way of another, libc++ will simply have nothing to do.

@mclow.lists Are you OK with that?


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D49863





More information about the libcxx-commits mailing list