mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libstdc++: Add <bits/binders.h> to freestanding headers [PR125112]
The <ranges> header was added to the freestanding headers in r16-3575-g1a41e52d7ecb58 but bits/binders.h that it depends on was not moved, making <ranges> unusable with --disable-libstdcxx-hosted. libstdc++-v3/ChangeLog: PR libstdc++/125112 * include/Makefile.am: Move bits/binders.h from bits_headers to bits_freestanding. * include/Makefile.in:
This commit is contained in:
committed by
Jonathan Wakely
parent
a3ac769a59
commit
d4ca6c0d87
@@ -129,6 +129,7 @@ bits_freestanding = \
|
||||
${bits_srcdir}/alloc_traits.h \
|
||||
${bits_srcdir}/atomic_base.h \
|
||||
${bits_srcdir}/c++0x_warning.h \
|
||||
${bits_srcdir}/binders.h \
|
||||
${bits_srcdir}/boost_concept_check.h \
|
||||
${bits_srcdir}/concept_check.h \
|
||||
${bits_srcdir}/char_traits.h \
|
||||
@@ -201,7 +202,6 @@ bits_headers = \
|
||||
${bits_srcdir}/basic_ios.tcc \
|
||||
${bits_srcdir}/basic_string.h \
|
||||
${bits_srcdir}/basic_string.tcc \
|
||||
${bits_srcdir}/binders.h \
|
||||
${bits_srcdir}/charconv.h \
|
||||
${bits_srcdir}/chrono.h \
|
||||
${bits_srcdir}/chrono_io.h \
|
||||
|
||||
@@ -487,6 +487,7 @@ bits_freestanding = \
|
||||
${bits_srcdir}/alloc_traits.h \
|
||||
${bits_srcdir}/atomic_base.h \
|
||||
${bits_srcdir}/c++0x_warning.h \
|
||||
${bits_srcdir}/binders.h \
|
||||
${bits_srcdir}/boost_concept_check.h \
|
||||
${bits_srcdir}/concept_check.h \
|
||||
${bits_srcdir}/char_traits.h \
|
||||
@@ -557,7 +558,6 @@ bits_freestanding = \
|
||||
@GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_ios.tcc \
|
||||
@GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_string.h \
|
||||
@GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/basic_string.tcc \
|
||||
@GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/binders.h \
|
||||
@GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/charconv.h \
|
||||
@GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/chrono.h \
|
||||
@GLIBCXX_HOSTED_TRUE@ ${bits_srcdir}/chrono_io.h \
|
||||
|
||||
Reference in New Issue
Block a user