llvm-project/libcxx/test/std/utilities/memory/default.allocator
Louis Dionne c019b30ac2 [libcxx] Add missing <cstddef> includes in tests
Some tests use type std::max_align_t, but don't include <cstddef> header
directly. As a result, these tests won't compile against some conformant
libraries.

Reviewed as https://reviews.llvm.org/D54645.
Thanks to Andrey Maksimov for the patch.

llvm-svn: 347232
2018-11-19 17:39:50 +00:00
..
allocator.globals
allocator.members [libcxx] Add missing <cstddef> includes in tests 2018-11-19 17:39:50 +00:00
allocator.ctor.pass.cpp [libcxx] [test] Strip trailing whitespace. NFC. 2018-03-22 22:59:02 +00:00
allocator_pointers.pass.cpp Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
allocator_types.pass.cpp [libcxx] [test] D26813: allocator<const T> is non-Standard. 2016-11-18 21:54:31 +00:00
allocator_void.pass.cpp