Boost C++ Libraries: Ticket #6123: py_nonblocking.cpp makes unqualified reference to make_tuple https://svn.boost.org/trac10/ticket/6123 <p> This can be ambiguous if client code has done '#include &lt;tuple&gt;' </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6123 Trac 1.4.3 Luke Camden <lukeocamden@…> Mon, 14 Nov 2011 11:04:59 GMT attachment set https://svn.boost.org/trac10/ticket/6123 https://svn.boost.org/trac10/ticket/6123 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">py_nonblocking.cpp.patch</span> </li> </ul> Ticket Holger Grund <holger.grund@…> Fri, 09 Dec 2011 11:47:44 GMT keywords, owner, component, type changed https://svn.boost.org/trac10/ticket/6123#comment:1 https://svn.boost.org/trac10/ticket/6123#comment:1 <ul> <li><strong>keywords</strong> mpi removed </li> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Ralf W. Grosse-Kunstleve</span> </li> <li><strong>component</strong> <span class="trac-field-old">mpi</span> → <span class="trac-field-new">Python</span> </li> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> <p> Note that Boost fails to build with -std=c++0x with recent version of GCC due to this problem. </p> <p> A similar problem <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3584" title="#3584: Bugs: Boost.Python fails to build using gcc 4.4 on linux (-std=c++0x) (closed: fixed)">#3584</a> was fixed with <a class="changeset" href="https://svn.boost.org/trac10/changeset/57641" title="boost.python: some make_tuple changed to boost::python::make_tuple for ...">r57641</a> in the same way. </p> Ticket Ralf W. Grosse-Kunstleve Mon, 12 Dec 2011 07:05:43 GMT <link>https://svn.boost.org/trac10/ticket/6123#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6123#comment:2</guid> <description> <p> Patch applied with trunk <a class="changeset" href="https://svn.boost.org/trac10/changeset/57641" title="boost.python: some make_tuple changed to boost::python::make_tuple for ...">r57641</a>. </p> <p> This isn't really in my domain but the patch is so simple I went ahead anyway. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Ralf W. Grosse-Kunstleve</dc:creator> <pubDate>Mon, 12 Dec 2011 07:07:54 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/6123#comment:3 https://svn.boost.org/trac10/ticket/6123#comment:3 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Ralf W. Grosse-Kunstleve</span> to <span class="trac-author">doug_gregor</span> </li> </ul> <p> There is no mainainter for mpi listed in libs/maintainers.txt. </p> <p> Doug, how's doing the merging of the mpi directories to the release branch? </p> Ticket Luke Camden Mon, 25 Jun 2012 11:32:31 GMT <link>https://svn.boost.org/trac10/ticket/6123#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6123#comment:4</guid> <description> <p> Looks like this was missed out of 1.49.0 and 1.50.0. Could it be included in 1.51.0? In the meantime it's fairly easy to patch at my end. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Luke Camden</dc:creator> <pubDate>Thu, 02 Aug 2012 18:49:04 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6123#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6123#comment:5</guid> <description> <p> Also missing in 1.51.0 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Mon, 10 Jun 2013 15:05:42 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6123#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6123#comment:6</guid> <description> <p> Still broken in 1.54.0 beta 1 </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Matthias Troyer</dc:creator> <pubDate>Thu, 29 Aug 2013 15:29:33 GMT</pubDate> <title>owner, status changed https://svn.boost.org/trac10/ticket/6123#comment:7 https://svn.boost.org/trac10/ticket/6123#comment:7 <ul> <li><strong>owner</strong> changed from <span class="trac-author">doug_gregor</span> to <span class="trac-author">Matthias Troyer</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Matthias Troyer Fri, 30 Aug 2013 10:52:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6123#comment:8 https://svn.boost.org/trac10/ticket/6123#comment:8 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> This was already applied to the trunk in <a class="changeset" href="https://svn.boost.org/trac10/changeset/75914" title="libs/mpi/src/python/py_nonblocking.cpp: resolving ticket #6123">r75914</a> </p> Ticket anonymous Fri, 30 Aug 2013 14:06:03 GMT <link>https://svn.boost.org/trac10/ticket/6123#comment:9 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6123#comment:9</guid> <description> <p> Should I open another ticket to track the merge to the release branch? </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Matthias Troyer</dc:creator> <pubDate>Fri, 30 Aug 2013 14:14:16 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6123#comment:10 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6123#comment:10</guid> <description> <p> I will do the merge as soon as the tests run through successfully </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 30 Aug 2013 14:21:40 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/6123#comment:11 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6123#comment:11</guid> <description> <p> Thanks! </p> </description> <category>Ticket</category> </item> </channel> </rss>