Skip to content
Snippets Groups Projects
Commit b0115354 authored by Cassio Neri's avatar Cassio Neri Committed by Jonathan Wakely
Browse files

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.
parent 1c153033
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment