Update of /cvsroot/luabind/luabind/luabind/luabind
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2695
Modified Files:
Tag: beta7-devel2
object.hpp
Log Message:
testing commit list, third try
Index: object.hpp
===================================================================
RCS file: /cvsroot/luabind/luabind/luabind/luabind/object.hpp,v
retrieving revision 1.34.2.13
retrieving revision 1.34.2.14
diff -u -d -r1.34.2.13 -r1.34.2.14
--- object.hpp 29 Sep 2005 22:16:41 -0000 1.34.2.13
+++ object.hpp 29 Sep 2005 22:18:36 -0000 1.34.2.14
@@ -398,7 +398,7 @@
handle m_key;
};
-// TODO this should test for VC7<
+// TODO this should test for VC7<..
#ifdef __GNUC__
// Needed because of GCC's and VC7's strange ADL
inline bool operator==(
|