]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix typo in operator used in __pack_ints [PR122864]
authorTomasz Kamiński <tkaminsk@redhat.com>
Wed, 26 Nov 2025 13:28:39 +0000 (14:28 +0100)
committerTomasz Kamiński <tkaminsk@redhat.com>
Wed, 26 Nov 2025 13:34:05 +0000 (14:34 +0100)
commit4e7213aa081f1c0ca5b7e6a60d4e7ba5bcfb1f8a
tree4f9aa4797334fc140129d24ee8a0519283325a53
parent6828f063b59ddae8eef63529ae27224bdfbf1cbc
libstdc++: Fix typo in operator used in __pack_ints [PR122864]

`<=` was used instead of `<<`, this was detected by clang warning.

PR libstdc++/122864

libstdc++-v3/ChangeLog:

* include/std/chrono (chrono::__pack_ints): Replace `<=`
with `<<`.
libstdc++-v3/include/std/chrono