]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix some undeclared uses of uintptr_t [PR116247]
authorJonathan Wakely <jwakely@redhat.com>
Tue, 6 Aug 2024 20:26:24 +0000 (21:26 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 6 Aug 2024 22:36:50 +0000 (23:36 +0100)
commit3290826c190157cfa6ac1c12cce39ff746e5983a
tree02b446093a2113718b6f7d050babfb2a90116eb1
parent77f36e8016e11c051aa8264f3c43ab2c27aece55
libstdc++: Fix some undeclared uses of uintptr_t [PR116247]

libstdc++-v3/ChangeLog:

PR libstdc++/116247
* include/bits/fs_path.h: Use __UINTPTR_TYPE__ instead of
uintptr_t.
* include/bits/shared_ptr_atomic.h: Likewise.
* include/ext/pointer.h: Include <stdint.h>.
libstdc++-v3/include/bits/fs_path.h
libstdc++-v3/include/bits/shared_ptr_atomic.h
libstdc++-v3/include/ext/pointer.h