[libcxx-commits] [PATCH] D69554: [libcxx] [Windows] Make a more proper implementation of strftime_l for mingw with msvcrt.dll

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 13 14:41:14 PST 2020


mstorsjo added a comment.

I'll go ahead and land this one tomorrow, before the branch; it's harmless for other configurations and makes the code more consistent. As the locale support in that crt (msvcrt.dll) is so lacking, I don't see a good way to make a meaningful testcase - the main takeaway of the change is consistency.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69554/new/

https://reviews.llvm.org/D69554





More information about the libcxx-commits mailing list