]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Add always_inline to std::is_constant_evaluated()
authorJonathan Wakely <jwakely@redhat.com>
Thu, 22 May 2025 11:09:08 +0000 (12:09 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 23 May 2025 16:46:40 +0000 (17:46 +0100)
commitb2aeeb2803f97bc560ce5e65ab18e6ba7d8fa621
treef06a5833376173f1133cf83c97db89ba4c8781e5
parent209353632da0e9f9600ba1c54fdfd88477fb48d0
libstdc++: Add always_inline to std::is_constant_evaluated()

We already have the attribute on std::__is_constant_evaluated() but for
some reason not on std::is_constant_evaluated().

libstdc++-v3/ChangeLog:

* include/std/type_traits (is_constant_evaluated): Add
always_inline attribute.
libstdc++-v3/include/std/type_traits