Boost C++ Libraries: Ticket #2142: [fix in git] Patch for boost.python - return_pointee_value https://svn.boost.org/trac10/ticket/2142 <p> The patch adds the return value policy return_pointee_value, which can be nicely used for functions that return pointers to non-exposed objects. I wrote documentation, the header and testcases.<br /> </p> <p> There are some issues: </p> <ul><li>The test cases are not integrated into the Jamfile in the tests-directory (I dont know bjam very well).<br /> </li><li>I dont know, wether the tests are OK the way they are done.<br /> </li><li>I did not add an #include directive to any boost-python header. But some header should include the &lt;boost/python/return_pointee_value.hpp&gt;, but I dont know which one. </li></ul> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2142 Trac 1.4.3 Maximilian Matthe <Maxi.Matthe@…> Wed, 23 Jul 2008 08:08:23 GMT attachment set https://svn.boost.org/trac10/ticket/2142 https://svn.boost.org/trac10/ticket/2142 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">added_return_pointee_value.patch</span> </li> </ul> <p> patch that adds return_pointee_value to boost.python </p> Ticket troy d. straszheim Sat, 24 Oct 2009 04:57:21 GMT owner, summary changed https://svn.boost.org/trac10/ticket/2142#comment:1 https://svn.boost.org/trac10/ticket/2142#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Dave Abrahams</span> to <span class="trac-author">troy d. straszheim</span> </li> <li><strong>summary</strong> <span class="trac-field-old">Patch for boost.python - return_pointee_value</span> → <span class="trac-field-new">[fix in git] Patch for boost.python - return_pointee_value</span> </li> </ul> <p> Thanks for the patch, guys. It's on my python branch here: </p> <p> <a class="ext-link" href="http://gitorious.org/~straszheim/boost/straszheim/commit/ce3b9844701f34719db29c364bcf17ac5969054b"><span class="icon">​</span>http://gitorious.org/~straszheim/boost/straszheim/commit/ce3b9844701f34719db29c364bcf17ac5969054b</a> </p> <p> marking 'fix in git' to indicate that it is staged for merge to trunk. </p> Ticket