diff options
author | Cassio Neri <cassio.neri@gmail.com> | 2023-11-11 16:44:58 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2023-11-14 22:32:08 +0000 |
commit | b011535456396a6846ff24fb5b1baea8fe0a33b1 (patch) | |
tree | f59cc1d26193097d52eaad037b0962076ba90ee4 /libcpp | |
parent | 1c15303375f7089ff985b085ab877b11ebfbc4b7 (diff) | |
download | gcc-b011535456396a6846ff24fb5b1baea8fe0a33b1.zip gcc-b011535456396a6846ff24fb5b1baea8fe0a33b1.tar.gz gcc-b011535456396a6846ff24fb5b1baea8fe0a33b1.tar.bz2 |
libstdc++: Remove unnecessary "& 1" from year_month_day_last::day()
When year_month_day_last::day() was implemented, Dr. Matthias Kretz realised
that the operation "& 1" wasn't necessary but we did not patch it at that
time. This patch removes the unnecessary operation.
libstdc++-v3/ChangeLog:
* include/std/chrono (year_month_day_last::day): Remove &1.
Diffstat (limited to 'libcpp')
0 files changed, 0 insertions, 0 deletions