patrickh 2002/05/29 12:10:46 PDT
Modified files:
cppdom shared_ptr.h
Log:
Overload operator< instead of specializing std::less<T> on shared_ptr. The
specialization does not compile with MS Visual Studio 7 for some reason.
More importantly, Boost 1.28 uses this technique.
Revision Changes Path
1.7 +6 -15 cppdom/cppdom/shared_ptr.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xml-cppdom/cppdom/cppdom/shared_ptr.h.diff?r1=1.6&r2=1.7&diff_format=h
|