HowardHinnant / date

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

Fix UWP support #831

Open DDoS opened 3 months ago

DDoS commented 3 months ago

These changes come from the Vcpkg package update. I believe these would be better to have in the library itself.

Main change is to move convert_utf8_to_utf16 outside the !WINRT check, since it doesn't depend on any features unavailable in UWP.