This works for strftime but not for std::put_time (which is supposed to behave as if it called strftime), is there any similar workaround to make std::put_time comply with the standard?
std::sqrtf, std::sqrtl not supported
Note - the code works correctly (i.e. according to ISO C spec) if #define __USE_MINGW_ANSI_STDIO 1 is active ; I enable this in all my code , never understood what the value was in replicating Microsoft's bugs by default... BTW not sure why people are quoting C99 draft when C11 has been out for 7 years now
Code Completion fails for C++ functions marked "override"