[Boost.FileSystem] Broken link in documentation + errornous example

29 Aug
2008
29 Aug
'08
10:06 p.m.
Hello, In the documentation at http://www.boost.org/doc/libs/1_36_0/libs/filesystem/doc/index.htm in section named "Using the library" there is a broken link named "example directory" (404 Not Found). Also, the example program http://www.boost.org/doc/libs/1_36_0/libs/filesystem/example/simple_ls.cpp uses dir_itr->filename() but when I do grep -r filename /usr/local/include/boost-1_35/boost/filesystem I get no matches. I ended up using dir_itr->path().leaf() instead. --> Mika Heiskanen / FMI
6137
Age (days ago)
6137
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mika Heiskanen