llvm-project/libcxx/test/std/utilities/template.bitset/bitset.operators
Louis Dionne fc4486c247 [libc++] Implement LWG 3199
Summary:
The resolution of LWG 3199 makes sure that input-streaming into an empty bitset
does not set the failbit on the input stream.

Reviewers: mclow.lists, EricWF

Subscribers: christof, jkorous, dexonsmith, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D65105

llvm-svn: 369422
2019-08-20 18:21:06 +00:00
..
op_and.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
op_not.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
op_or.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
stream_in.pass.cpp [libc++] Implement LWG 3199 2019-08-20 18:21:06 +00:00
stream_out.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00