[libcxx-commits] [PATCH] D60105: Fix vector<bool>::const_reference to be 'bool'.
Marshall Clow via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 1 16:44:59 PDT 2019
mclow.lists added inline comments.
================
Comment at: test/std/containers/sequences/vector.bool/types.pass.cpp:62
std::random_access_iterator_tag>::value), "");
static_assert((std::is_same<
typename C::reverse_iterator,
----------------
`ASSERT_SAME_TYPE`
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60105/new/
https://reviews.llvm.org/D60105
More information about the libcxx-commits
mailing list