$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] boost::filesystem changes since version 1.55.0
From: Armin Pies (armin.pies_at_[hidden])
Date: 2014-12-08 10:34:43
Obviously the operator++ of the recursive_directory_iterator throws exceptions now, which it did not before 1.56.
I have changed our code using the increment(system::error_code& ec) method to ignore the unexpected exceptions.
Regards,
Armin