gcc/libstdc++-v3/include
Jonathan Wakely 6c018e95a4 Prevent __uses_alloc from holding dangling references
Backport from mainline
2017-07-06  Jonathan Wakely  <jwakely@redhat.com>

	* include/bits/uses_allocator.h (__use_alloc(const _Alloc&&)): Add
	deleted overload to prevent dangling references to rvalues.
	* include/experimental/memory_resource
	(polymorphic_allocator::construct): Do not call __use_alloc with
	rvalue arguments.

From-SVN: r250537
2017-07-25 19:04:59 +01:00
..
backward
bits Prevent __uses_alloc from holding dangling references 2017-07-25 19:04:59 +01:00
c
c_compatibility
c_global
c_std
debug Add deduction guides for C++17 (P0433R2, partial) 2017-03-22 15:58:35 +00:00
decimal
experimental Prevent __uses_alloc from holding dangling references 2017-07-25 19:04:59 +01:00
ext
parallel
precompiled
profile
std Reorder std::scoped_lock parameters as per P0739R0 DR status 2017-07-25 19:04:44 +01:00
tr1
tr2
Makefile.am
Makefile.in