$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-07-09 20:16:14
Hi William.
> I can't find the print function used in the tests in the c++ core, i
> included all the boost includes i still can't use it...
> Does anybody knows where and how to use this function ?
I do not think this is a build system issue, and besides I do not
really understand the question, possibly due to never having used the
Boost Python library.
If you're referring to print() calls found in Boost Python library
tests, the only ones I found grepping through that code are actually
operator() calls to a print object passed as a parameter to functions
making those print calls and not calls to a standalone 'print' function.
Hope this helps.
Best regards,
Jurko GospodnetiÄ