[luabind-cvs] luabind/luabind/doc changes.txt,1.1.2.3,1.1.2.4
Brought to you by:
arvidn,
daniel_wallin
From: Arvid N. <ar...@us...> - 2005-10-25 22:57:54
|
Update of /cvsroot/luabind/luabind/luabind/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14830/doc Modified Files: Tag: beta7-devel2 changes.txt Log Message: fixed bug in the const-pointer and const-reference matchers returning perfect matches for some non-matches Index: changes.txt =================================================================== RCS file: /cvsroot/luabind/luabind/luabind/doc/Attic/changes.txt,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -d -r1.1.2.3 -r1.1.2.4 --- changes.txt 24 Oct 2005 09:44:00 -0000 1.1.2.3 +++ changes.txt 25 Oct 2005 22:57:47 -0000 1.1.2.4 @@ -126,6 +126,8 @@ bugfixes ........ +* bugs in the overload resolution could give internal errors + in some cases. * def_readonly and def_readwrite will now return references if the type is not a primitive type. This will allow chained . operators. |