waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

main.cpp (108B)


      1 #include <boost/filesystem.hpp>
      2 
      3 int main()
      4 {
      5 	boost::filesystem::path my_path("c:\\");
      6 	return 0;
      7 }