[Boost.FileSystem] Broken link in documentation + errornous example
30 Aug
2008
30 Aug
'08
4:06 a.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
5920
Age (days ago)
5920
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mika Heiskanen