diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-11-24 21:16:41 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-11-25 15:01:50 +0000 |
commit | 48e4a9d93885b3d82cfcbf1e804fe9c3eaabf157 (patch) | |
tree | 26421013b2299948d9a84c99f24d51ca4c3a5662 /configure | |
parent | 6bd8d119227ff9a4740739e91898258bcd854b9b (diff) | |
download | gcc-48e4a9d93885b3d82cfcbf1e804fe9c3eaabf157.zip gcc-48e4a9d93885b3d82cfcbf1e804fe9c3eaabf157.tar.gz gcc-48e4a9d93885b3d82cfcbf1e804fe9c3eaabf157.tar.bz2 |
libstdc++: Do not define operator!= in <random> for C++20
These overloads are not needed in C++20 as they can be synthesized by
the compiler. Removing them means less code to compile when including
these headers.
libstdc++-v3/ChangeLog:
* include/bits/random.h [three_way_comparison] (operator!=):
Do not define inequality operators when C++20 three way
comparisons are supported.
* include/ext/random [three_way_comparison] (operator!=):
Likewise.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions