Skip to content
Snippets Groups Projects
Commit cab0083d authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

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.
parent 2f512f6f
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment