r278401 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Mon Nov 18 12:46:00 GMT 2019


Author: redi
Date: Mon Nov 18 12:46:02 2019
New Revision: 278401

URL: https://gcc.gnu.org/viewcvs?rev=278401&root=gcc&view=rev
Log:
libstdc++: Fix some -Wsystem-headers warnings

	* 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.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/alloc_traits.h
    trunk/libstdc++-v3/include/std/bit



More information about the Libstdc++-cvs mailing list