From: Allen B. <al...@us...> - 2002-04-03 19:00:02
|
allenb 2002/04/03 10:59:33 PST Modified files: gamekernel/xmlpp xmlpp.h Log: Bug fixed: VC++ badness and getChildren This change "should" fix the problems with VC++ not being able to deal with overloaded member functions where one of the functions is templated. Supposedly if the template function is listed last VC++ can figure out what to do. If this does not work then we can go back to the separate function names (yuck!!!). Revision Changes Path 1.22 +21 -18 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.21&r2=1.22&diff_format=h |