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

redi@gcc.gnu.org redi@gcc.gnu.org
Tue Oct 29 20:16:00 GMT 2019


Author: redi
Date: Tue Oct 29 20:16:57 2019
New Revision: 277588

URL: https://gcc.gnu.org/viewcvs?rev=277588&root=gcc&view=rev
Log:
Fix compilation errors with Clang

	* include/bits/alloc_traits.h (__cpp_lib_constexpr_dynamic_alloc):
	Define.
	(allocator_traits::_S_construct, allocator_traits::_S_destroy)
	(__alloc_on_copy, __alloc_on_move, __alloc_on_swap): Use
	_GLIBCXX14_CONSTEXPR instead of constexpr.
	* include/bits/stl_construct.h (_Destroy): Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/alloc_traits.h
    trunk/libstdc++-v3/include/bits/stl_construct.h
    trunk/libstdc++-v3/include/ext/alloc_traits.h



More information about the Libstdc++-cvs mailing list