HowardHinnant / date

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

Fixed build for WinRT and Android #804

Open eugenegff opened 8 months ago

eugenegff commented 8 months ago
  1. Code under #ifdef WINRT uses convert_utf8_to_utf16() function too, so this func should not be defined under #ifndef WINRT

  2. Android has no curl.h, wordexp.h and even tz database is in non-standard binary format, but library still could be used on Android with user supplied tz database, if some defines are set to more reasonable defaults.