Update of /cvsroot/boost/boost/libs/python/doc/tutorial/doc
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22646/libs/python/doc/tutorial/doc

Modified Files:
      Tag: RC_1_34_0
        tutorial.qbk 
Log Message:
Correct class/function mismatches for MSVC and bring across
documentation tweaks from HEAD.


Index: tutorial.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/python/doc/tutorial/doc/tutorial.qbk,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- tutorial.qbk        14 Feb 2006 02:24:32 -0000      1.15
+++ tutorial.qbk        13 Dec 2006 15:08:26 -0000      1.15.2.1
@@ -1100,7 +1100,7 @@
 
 Then...
 
-    .def("foo", foo, foo_overloads());
+    .def("foo", (void(*)(bool, int, char))0, foo_overloads());
 
 Notice though that we have a situation now where we have a minimum of zero
 (0) arguments and a maximum of 3 arguments.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to