This website requires JavaScript.
Explore
Help
Sign In
FWGS
/
waf
mirror of
https://gitlab.com/ita1024/waf.git
Watch
2
Star
0
Fork
You've already forked waf
0
Code
Issues
Projects
Releases
Wiki
Activity
waf-1.9.11
waf
/
playground
/
boost
/
main.cpp
8 lines
108 B
C++
Raw
Permalink
Blame
History
#
include
<boost/filesystem.hpp>
int
main
(
)
{
boost
:
:
filesystem
:
:
path
my_path
(
"
c:
\\
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink