mirror of
https://github.com/boostorg/filesystem.git
synced 2026-02-26 04:32:25 +00:00
a9ef12ad33021561299eb46aeae5e8be5939cf1f
[SVN r54032]
Filesystem: fix #3172, ECV++ 9 missing <sys/utime.h>. The fix applied was to include <ctime> instead. This is the correct header; the previous song-and-dance was workaround on top of workaround from years ago. This change will break any Windows libraries that don't provide <ctime>, but if that happens workarounds specific to those libraries can be added. That's better than cluttering up the code with workarounds no longer needed.
Description
Mirrored via gitea-mirror
Languages
C++
98.4%
CMake
1.5%