https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122864
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tomasz Kaminski <[email protected]>: https://gcc.gnu.org/g:4e7213aa081f1c0ca5b7e6a60d4e7ba5bcfb1f8a commit r16-5627-g4e7213aa081f1c0ca5b7e6a60d4e7ba5bcfb1f8a Author: Tomasz KamiÅski <[email protected]> Date: Wed Nov 26 14:28:39 2025 +0100 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 `<<`.
