diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2020-10-23 00:58:35 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2020-10-23 01:12:00 +0100 |
commit | ca021ac617277ba73cb694f8d26ec0f5e1293451 (patch) | |
tree | b04d7cb192c82d21a89dfc13c5c6d8158b27cf53 /gcc/expr.c | |
parent | 5c1506304c52c29497a12c65734caaaa99996f77 (diff) | |
download | gcc-ca021ac617277ba73cb694f8d26ec0f5e1293451.zip gcc-ca021ac617277ba73cb694f8d26ec0f5e1293451.tar.gz gcc-ca021ac617277ba73cb694f8d26ec0f5e1293451.tar.bz2 |
libstdc++: Ensure std::forward_as_tuple is defined
The recent changes to reduce includes in <memory_resource> went a bit
too far, and it's possible for std::forward_as_tuple to not be defined
when used.
While doing this, I noticed the problematic calls to forward_as_tuple
were not qualified, so performed unwanted ADL.
libstdc++-v3/ChangeLog:
* include/experimental/memory_resource: Include <tuple>.
(polymorphic_allocator::construct): Qualify forward_as_tuple.
* include/std/memory_resource: Likewise.
Diffstat (limited to 'gcc/expr.c')
0 files changed, 0 insertions, 0 deletions