]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/filesystem/test/issues/10038.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / filesystem / test / issues / 10038.cpp
CommitLineData
7c673cae
FG
1#include <boost/filesystem.hpp>
2
3int main(void)
4{
5 boost::filesystem::copy_file("a", "b");
6 return 0;
7}