Abdelrazak Younes wrote:
Stefan Schimanski wrote:... because the following BOOST_ASSERT is not satisfied:void FileName::set(string const & name) { d->fi.setFile(toqstr(name)); BOOST_ASSERT(d->fi.isAbsolute()); }Just remove this assert, it is not useful and is bogus in the context of EmbeddedFile support.
I removed it. Abdel.
