From: Kevin M. <sub...@us...> - 2003-02-22 22:54:21
|
subatomic 2003/02/22 14:54:20 PST Modified files: cppdom cppdom.h Log: in Attribute::getValue<std::string>() return mData; instead of std::string value( mData ) return value; seems more simple and in the unopt case there will be less data copying (one for value, one for temporary). Revision Changes Path 1.66 +4 -6 cppdom/cppdom/cppdom.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.65&r2=1.66&diff_format=h |