filesystem/include/boost
Andrey Semashev 3c8408995f Added copy_options::synchronize_data and copy_options::synchronize.
These options allow to synchronize the copied data and attributes with
the permanent storage. Note that by default on POSIX systems copy_file
used to synchronize data in previous releases, and this commit changes
this. The caller now has to explicitly request syncing, as it has
significant performance implications.

Closes https://github.com/boostorg/filesystem/issues/186.
2021-05-17 20:33:57 +03:00
..
filesystem Added copy_options::synchronize_data and copy_options::synchronize. 2021-05-17 20:33:57 +03:00
filesystem.hpp Reformatted code for more consistent look and better readability. 2021-04-24 22:37:57 +03:00