Boost C++ Libraries: Ticket #3490: Boost.Parameter should not depend on Boost.Python https://svn.boost.org/trac10/ticket/3490 <p> The header boost/parameter/aux_/maybe.hpp includes &lt;boost/python/detail/referent_storage.hpp&gt;. This introduces a dependency for Boost.Parameter on Boost.Python. Worse: it depends on a <strong>detail</strong> of Boost.Python. </p> <p> Vendors such as Debian often split out Boost.Python from the mainstream, and this causes problems for us; c.f. <a class="ext-link" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548503"><span class="icon">​</span>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548503</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3490 Trac 1.4.3 troy d. straszheim Thu, 22 Oct 2009 02:46:10 GMT <link>https://svn.boost.org/trac10/ticket/3490#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3490#comment:1</guid> <description> <p> And boost.python's aligned_storage looks mostly duplicated in boost/aligned_storage.hpp. So both libraries should probably use the upper aligned_storage, and maybe referent_storage should move up a level as well. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>troy d. straszheim</dc:creator> <pubDate>Thu, 22 Oct 2009 03:56:02 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/3490#comment:2 https://svn.boost.org/trac10/ticket/3490#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Daniel Wallin</span> to <span class="trac-author">troy d. straszheim</span> </li> </ul> Ticket troy d. straszheim Thu, 22 Oct 2009 03:57:27 GMT <link>https://svn.boost.org/trac10/ticket/3490#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3490#comment:3</guid> <description> <p> Fixed on trunk in <a class="changeset" href="https://svn.boost.org/trac10/changeset/57057" title="Fix for #3490, parameter depends on python. Use toplevel ...">r57057</a>. When tests come back 'round I'll merge to release if there is still time. </p> </description> <category>Ticket</category> </item> <item> <author>Sebastian Mingramm <s.mingramm@…></author> <pubDate>Tue, 19 Jan 2010 20:08:36 GMT</pubDate> <title>cc set https://svn.boost.org/trac10/ticket/3490#comment:4 https://svn.boost.org/trac10/ticket/3490#comment:4 <ul> <li><strong>cc</strong> <span class="trac-author">s.mingramm@…</span> added </li> </ul> <p> Is there any reason why this is not in 1.42? </p> Ticket