Update of /cvsroot/pygccxml/source/pyplusplus/module_creator
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19111/pyplusplus/module_creator
Modified Files:
creator.py
Log Message:
porting boost.date_time library to use new api.
Porting process discover few bugs, I fixed them.
Index: creator.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/module_creator/creator.py,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** creator.py 19 Mar 2006 05:45:14 -0000 1.62
--- creator.py 19 Mar 2006 13:35:39 -0000 1.63
***************
*** 493,497 ****
if self.__curr_decl.ignore:
return
-
assert isinstance( self.__curr_decl, declarations.class_t )
temp_curr_decl = self.__curr_decl
--- 493,496 ----
|