HowardHinnant / date

A date and time library based on the C++11/14/17 <chrono> header
Other
3.14k stars 677 forks source link

date::set_install doesn't work for unicode paths on windows #712

Closed hsdk123 closed 2 years ago

hsdk123 commented 2 years ago

As stated in title. Seems to cause failures in

if (!file_exists(install))
DavisVaughan commented 2 years ago

Likely would be fixed by https://github.com/HowardHinnant/date/pull/710 if you are compiling in a similar way

hsdk123 commented 2 years ago

@DavisVaughan Oh neat, when will this be in upstream? @HowardHinnant

HowardHinnant commented 2 years ago

Sorry, I've been slow. I will try to get this merged today.

HowardHinnant commented 2 years ago

710 has been merged.