alloc_traits.h
23.4 KB
-
libstdc++: Fix some -Wsystem-headers warnings · 3b39526e
* include/bits/alloc_traits.h (allocator_traits::construct) (allocator_traits::destroy, allocator_traits::max_size): Add unused attributes to parameters that are not used in C++20. * include/std/bit (__ceil2): Add braces around assertion to avoid -Wmissing-braces warning. From-SVN: r278401
Jonathan Wakely committed