[libcxx-commits] [PATCH] D122092: [libc++] `bitset::operator[] const` should return bool
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Mar 20 14:02:15 PDT 2022
jloser added inline comments.
================
Comment at: libcxx/test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp:15
#include <vector>
+#include <type_traits>
----------------
I don't think this include is needed since we're using `ASSERT_SAME_TYPE` macro now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122092/new/
https://reviews.llvm.org/D122092
More information about the libcxx-commits
mailing list