From: stephan b. <sg...@us...> - 2004-12-26 14:42:26
|
Update of /cvsroot/pclasses/pclasses2/src/s11n In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9436/src/s11n Modified Files: test.cpp Log Message: now compiles with latest ps11n code. Index: test.cpp =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/s11n/test.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- test.cpp 26 Dec 2004 02:06:57 -0000 1.4 +++ test.cpp 26 Dec 2004 14:42:18 -0000 1.5 @@ -132,7 +132,7 @@ worked = ::P::s11n::deserialize( node, list ); assert( worked && "deser list failed :(" ); - node.clear(); + TRAITS::clear(node); assert( ::P::s11n::serialize(node,map) ); map.clear(); worked = ::P::s11n::deserialize( node, map ); |