You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The next element of fmt is equal to’%’, optionally followed by a modifier character, followed by a conversion specifier character, format, together forming a conversion specification valid for the ISO/IEC 9945 function strptime
Describe the bug
According to the C++ standard, month and day string parsing is meant to be case insensitive.
From https://isocpp.org/files/papers/N4860.pdf (c++ 20 draft):
or from http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3337.pdf (c++11 draft)
From https://pubs.opengroup.org/onlinepubs/9699919799/functions/strptime.html
Clang with libc++ also parses fine: https://gcc.godbolt.org/z/ceb98o
Command-line test case
Expected behavior
Expected output:
STL version
Microsoft Visual Studio Community 2019 Preview Version 16.7.0 Preview 6.0
Additional context
VSO-596742 / AB#596742 | DevCom-229445
The text was updated successfully, but these errors were encountered: