blob: 341e7a94012fd39dc8e624129d4d349844b639d3 [file] [log] [blame]
#include <boost/filesystem.hpp>
int main(void)
{
boost::filesystem::copy_file("a", "b");
return 0;
}