Update of /cvsroot/luabind/luabind/luabind/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29680/doc
Modified Files:
Tag: beta7-devel2
changes.txt
Log Message:
def_readwrite and def_readonly will now return references if the bound memeber type is not a primitive type
Index: changes.txt
===================================================================
RCS file: /cvsroot/luabind/luabind/luabind/doc/Attic/changes.txt,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- changes.txt 29 Jul 2005 14:45:36 -0000 1.1.2.2
+++ changes.txt 24 Oct 2005 09:44:00 -0000 1.1.2.3
@@ -126,6 +126,9 @@
bugfixes
........
+* def_readonly and def_readwrite will now return references
+ if the type is not a primitive type. This will allow
+ chained . operators.
* object_cast() of uninitialized objects works
* supports strings with extra nulls in them (not for member
names though)
|