[libc-commits] [libc] [libc] Make hash_test hermetic (PR #212428)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Tue Jul 28 02:41:26 PDT 2026


================
@@ -16,17 +16,14 @@
 
 template <class T> struct AlignedMemory {
   T *data;
----------------
kaladron wrote:

(optional) While we're in here, can we add:

AlignedMemory(const AlignedMemory &) = delete;
AlignedMemory &operator=(const AlignedMemory &) = delete;

?

https://github.com/llvm/llvm-project/pull/212428


More information about the libc-commits mailing list