]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix <bit> to work freestanding [PR 100060]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 13 Apr 2021 15:55:37 +0000 (16:55 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 13 Apr 2021 16:54:03 +0000 (17:54 +0100)
commit474cb5a0a404c5de7c1cd21aac8b1b7e7ce95d9b
tree9bdf83df1a34e04b7eea94f862f8af414c1fb526
parent8913b2c2bcded39427ff27e6dfc276ae8555f6b8
libstdc++: Fix <bit> to work freestanding [PR 100060]

libstdc++-v3/ChangeLog:

PR libstdc++/100060
* include/std/bit: Only include <ext/numeric_traits.h> for
hosted build, use <limits> otherwise.
libstdc++-v3/include/std/bit