.month()
should return chrono::Month
#727
Labels
API-incompatible
Tracking changes that need incompatible API revisions
.month()
should return chrono::Month
#727
Thanks for your useful library. I was wondering why doesn't
.month()
returnchrono::Month
which can be cast to an integer if desired. To give the same result as now,Month
would need to be declared asThe text was updated successfully, but these errors were encountered: