commit | cff15777057d58261d23986ae6063d7f5c4c542f | [log] [tgz] |
---|---|---|
author | Martin Storsjö <martin@martin.st> | Tue Jul 13 12:38:56 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 16 13:06:16 2021 -0700 |
tree | f3f0cb567c97fbd7394e6bd1bf8fed815e5c60bb | |
parent | a75331d6befaf36bf5afc56d60185c54cbe8f1c2 [diff] |
[libcxx] [test] Fix experimental/memory.resource.adaptor.mem/db_deallocate on Windows The checks within the libc++experimental memory_resource class uses this limit: _MaxAlign = _LIBCPP_ALIGNOF(max_align_t); Therefore, only use max_align_t for this limit instead of using `__STDCPP_DEFAULT_NEW_ALIGNMENT__` if available. Differential Revision: https://reviews.llvm.org/D105905 NOKEYCHECK=True GitOrigin-RevId: f23f299c046ca017a7cddc6fc290f26f9fe09064