Am 08.12.2010 um 17:57 schrieb Vincent van Ravesteijn: >>> >>> - 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 don't think this was the plan. :) > I didn't commit it yet ;), so it's harmless in my opinion. Unfortunately it doesn't change anything. I tried it and the result of copy&paste is an absolute path. Sorry, I have to finish for now. Stephan