From: Christophe de V. <cde...@al...> - 2005-06-10 07:47:40
|
Le Vendredi 10 Juin 2005 05:08, Darko Miletic a =E9crit=A0: [...] > > There is allso need to change code a bit. > [...] > ( publicId ? std::string((const char*)publicId) : std::string("")= ), > ( systemId ? std::string((const char*)systemId) : std::string("")= ), > ( content ? std::string((const char*)content) : std::string("")) = ); Wouldn't std::string() instead of std::string("") be better ? Anyway this is something we can include in the 1.0 branch. Regards Christophe |