diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2023-12-07 12:40:18 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2023-12-07 20:56:34 +0000 |
commit | cab0083dc72dfd22a1b2016b068f9313beb7f091 (patch) | |
tree | 51d613fd33df49ae6ddbf7f834530215ac4f8572 /gcc | |
parent | 2f512f6fcdd55296daff3e01a250d866491014e6 (diff) | |
download | gcc-cab0083dc72dfd22a1b2016b068f9313beb7f091.zip gcc-cab0083dc72dfd22a1b2016b068f9313beb7f091.tar.gz gcc-cab0083dc72dfd22a1b2016b068f9313beb7f091.tar.bz2 |
libstdc++: Fix misleading typedef name in <format>
This local typedef for uintptr_t was accidentally named uint64_t,
probably from a careless code completion shortcut. We don't need the
typedef at all since it's only used once. Just use __UINTPTR_TYPE__
directly instead.
libstdc++-v3/ChangeLog:
* include/std/format (_Iter_sink<charT, contiguous_iterator>):
Remove uint64_t local type.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions