waf/playground/boost/main.cpp

8 lines
108 B
C++

#include <boost/filesystem.hpp>
int main()
{
boost::filesystem::path my_path("c:\\");
return 0;
}