$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] directory_iterator ++operator never return
From: Peter Dimov (pdimov_at_[hidden])
Date: 2009-05-19 09:05:42
>> - 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?