[PATCH] D50421: [libcxx] [test] Remove assertion that <bitset> includes <cstddef> and <stdexcept>.

Arthur O'Dwyer via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 7 17:10:16 PDT 2018


Quuxplusone added inline comments.


================
Comment at: test/std/utilities/template.bitset/includes.pass.cpp:11
+// test that <bitset> includes <string>, and <iosfwd>

 #include <bitset>
 template <class> void test_typedef() {}
----------------
grammar nit: comma


https://reviews.llvm.org/D50421





More information about the cfe-commits mailing list