Subject: Re: [Boost-users] filesystem directory_iterator run-time error during construction after upgrading to OSX Lion
From: Thibaut LEPAGE (dourak_at_[hidden])
Date: 2012-07-18 05:07:59


Hello,

I have a program using a directory_iterator which worked well until yesterday (Mac OSX Lion, g++ version 4.2 and boost version 1.49).
Then I upgraded g++ to 4.7 and now the program produces a runtime error "pointer being freed was not allocated" when trying to create the directory_iterator.

Thibaut Lepage