]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/std/chrono
libstdc++: Fix narrowing conversion in year_month_day [PR 99265]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 25 Feb 2021 11:48:18 +0000 (11:48 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 25 Feb 2021 11:53:59 +0000 (11:53 +0000)
commit75c74a83acee3f51e6753b8159fa600fe2d86810
treea586b64c1d3263b531f653275c687475d975ebbe
parent7244879b883cb3405bdd98f051d50a2f36394e79
libstdc++: Fix narrowing conversion in year_month_day [PR 99265]

libstdc++-v3/ChangeLog:

PR libstdc++/99265
* include/std/chrono (year_month_day::_S_from_days): Cast long
to int explicitly.
libstdc++-v3/include/std/chrono