DEBSOURCES
Skip Quicknav
sources / boost1.74 / 1.74.0%2Bds1-21 / libs / filesystem / test / issues / 10038.cpp
12345678
#include <boost/filesystem.hpp> int main(void) { boost::filesystem::copy_file("a", "b"); return 0; }