]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Remove duplicate #include in <string_view>
authorJonathan Wakely <jwakely@redhat.com>
Tue, 13 Jul 2021 11:09:37 +0000 (12:09 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 13 Jul 2021 11:09:37 +0000 (12:09 +0100)
commitbd1eb556b910fd4853ea83291e495d40adbcdf81
tree2df3bb2138ffc86da4099541f8275b90114e9dd9
parent1583b8bff0be7e41aa721dde79f90ca0763bd4e2
libstdc++: Remove duplicate #include in <string_view>

When I added the new C++23 constructor I added a conditional include of
<bits/ranges_base.h>, which was already being included unconditionally.
This removes the unconditional include but changes the condition for the
other one, so it's used for C++20 as well.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

* include/std/string_view: Only include <bits/ranges_base.h>
once, and only for C++20 and later.
libstdc++-v3/include/std/string_view
This page took 0.056722 seconds and 6 git commands to generate.