diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-09-18 16:17:28 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2024-09-22 17:45:06 +0100 |
commit | b6463161c3cd0b1f764697290d9569c7153b8a5b (patch) | |
tree | 64384bdb74d730463b364ed319245505437dd59a /gcc | |
parent | 164c1b1f812da5d1e00fc10a415e80f7c508efcb (diff) | |
download | gcc-b6463161c3cd0b1f764697290d9569c7153b8a5b.zip gcc-b6463161c3cd0b1f764697290d9569c7153b8a5b.tar.gz gcc-b6463161c3cd0b1f764697290d9569c7153b8a5b.tar.bz2 |
libstdc++: Use constexpr instead of _GLIBCXX20_CONSTEXPR in <vector>
For the operator<=> overload we can use the 'constexpr' keyword
directly, because we know the language dialect is at least C++20.
libstdc++-v3/ChangeLog:
* include/bits/stl_vector.h (operator<=>): Use constexpr
instead of _GLIBCXX20_CONSTEXPR macro.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions