https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111050
--- Comment #17 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:89f007c2a623c2fd57bf1085435d8a71a9b21029 commit r15-7422-g89f007c2a623c2fd57bf1085435d8a71a9b21029 Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Jan 16 11:40:06 2025 +0000 libstdc++: Add comment about use of always_inline attributes [PR111050] Add a comment referencing PR 111050, to ensure the fix made by r12-9903-g1be57348229666 doesn't get reverted. libstdc++-v3/ChangeLog: PR libstdc++/111050 * include/bits/hashtable_policy.h (_Hash_node_value_base): Add comment about always_inline attributes.