[libcxx-commits] [PATCH] D145628: [ASan][libcxx] A way to turn off annotations for containers with a specific allocator
Hans Wennborg via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 28 03:15:14 PDT 2023
hans added inline comments.
================
Comment at: libcxx/docs/UsingLibcxx.rst:535
+
+ struct std::__asan_annotate_container_with_allocator<user_allocator<T>> : false_type {};
+
----------------
Did this lose the `template` line above, or am I missing something?
I also still think the example needs to be made portable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145628/new/
https://reviews.llvm.org/D145628
More information about the libcxx-commits
mailing list