]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove unnecessary 'static' from __is_specialization_of
authorNathaniel Shead <nathanieloshead@gmail.com>
Tue, 10 Sep 2024 12:05:40 +0000 (22:05 +1000)
committerNathaniel Shead <nathanieloshead@gmail.com>
Tue, 24 Sep 2024 06:55:14 +0000 (16:55 +1000)
commit618871ff09c07817f7ce9b2bd7338cd3299ad8f5
treeb649e68ce7a50d050002d85ae33df42a20c79360
parentf9dfe8dea31bf5c56aa7798a0905707faf9e7ec4
libstdc++: Remove unnecessary 'static' from __is_specialization_of

This makes the declarations internal linkage, which is an ODR issue, and
causes a future modules patch to fail regtest as it now detects attempted
uses of TU-local entities in module CMIs.

libstdc++-v3/ChangeLog:

* include/std/format: Remove unnecessary 'static'.

Signed-off-by: Nathaniel Shead <nathanieloshead@gmail.com>
libstdc++-v3/include/std/format