{{ message }}
Bugfix Release v1.2.10
- The Visual Studio 2019 compiler, GCC 9.2 and Clang 9.0 where added to the CI configuration.
- Bugfix for #39,
fs::renameon Windows didn't replace an axisting regular file as required by the standard, but gave an error. New tests and a fix as provided in the issue was implemented. - Bugfix for #39, for the forwarding use via
fs_fwd.hpporfs_std_fwd.hppder was a use ofDWORDin the forwarding part leading to an error ifWindows.hwas not
included before the header. The tests were changed to give an error in that case too and the useage ofDWORDwas removed. - Bugfix for #38, casting the return value of
GetProcAddressgave a warning with-Wcast-function-typeon MSYS2 and MinGW GCC 9 builds.
