19 May
2009
19 May
'09
1:05 p.m.
- does it still hang if you remove the ... from the loop and just use the directory iterator to walk through the directory without doing anything?
yes it does till hang.
- does a simple use of shared_ptr hang?
I'm using shared_ptr elsewhere and had no pb with them so far
Hmm. Does it still hang if you don't link to libboost_filesystem, but manually add the sources from libs/filesystem/src to your program?