waf/playground/boost/main.cpp

8 lines
108 B
C++
Raw Normal View History

2011-09-10 11:13:51 +02:00
#include <boost/filesystem.hpp>
int main()
{
boost::filesystem::path my_path("c:\\");
return 0;
}