[libcxx-commits] [PATCH] D132092: [2a/3][ASan][libcxx] std::deque annotations

Alexander Kornienko via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 30 19:27:50 PDT 2023


alexfh added subscribers: ldionne, EricWF.
alexfh added a comment.

@ldionne @EricWF do you know if `std::deque<const T>` is allowed by the standard? If it's not, can we have a proper static assert (similar to the one in libstdc++: https://gcc.godbolt.org/z/jjzbP3bd4) instead of a vague compiler error?


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