libstdc++: Fix -Wsign-compare warnings
authorJonathan Wakely <jwakely@redhat.com>
Thu, 10 Sep 2020 17:57:39 +0000 (18:57 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 10 Sep 2020 17:57:39 +0000 (18:57 +0100)
commit1d5589d11e61fa78b0c0e845728412b1cc6043d8
treefff06992e18a7af1940f8f108e0f199e24dc4831
parent866c53cb2e88e172476185327723df9197c34ae7
libstdc++: Fix -Wsign-compare warnings

libstdc++-v3/ChangeLog:

* include/bits/locale_conv.h (__do_str_codecvt, __str_codecvt_in_all):
Add casts to compare types of the same signedness.
libstdc++-v3/include/bits/locale_conv.h