[libcxx-commits] [PATCH] D132092: [2a/3][ASan][libcxx] std::deque annotations
Evgeny Eltsin via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 31 02:13:22 PDT 2023
eaeltsin added a comment.
It looks like `std::deque` elements do not need to be `copy assignable` since C++11 (https://en.cppreference.com/w/cpp/container/deque).
Though it says member functions can impose stricter requirements - I'm not sure if there is a member that still requires `copy assignable`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132092/new/
https://reviews.llvm.org/D132092
More information about the libcxx-commits
mailing list