>>
>> -     DocFileName(std::string const & abs_filename, bool save_abs_path = 
>> true);
>> -     DocFileName(FileName const & abs_filename, bool save_abs_path = true);
>> +     DocFileName(std::string const & abs_filename, bool save_abs_path = 
>> false);
>> +     DocFileName(FileName const & abs_filename, bool save_abs_path = false);
>>
>> Shouldn't we make these constructor explicit ones ??
>
> Have you examined all the consequences of doing that? I would not
> exchange what seems to be a Mac-only bug with an all-platforms bug :)
>


I didn't commit it yet ;), so it's harmless in my opinion.

Vincent

Reply via email to