]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Remove unused alias template in std::optional
authorJonathan Wakely <jwakely@redhat.com>
Thu, 12 Sep 2024 09:55:23 +0000 (10:55 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 12 Sep 2024 19:42:48 +0000 (20:42 +0100)
commitf5f55b6e732d119a5c4a1d8e48d1364eb94d9d1d
tree4cc0e1014d3414c711c20634984f97fe2403b228
parent27c985b774b2ccb0d2aa9eb72acf05f98b790296
libstdc++: Remove unused alias template in std::optional

I added this __is_bool alias template in r15-2309-g6d86486292acbe but
it isn't actually used so can be removed.

libstdc++-v3/ChangeLog:

* include/std/optional (__is_bool): Remove.
libstdc++-v3/include/std/optional