Boost C++ Libraries: Ticket #2581: MPI tutorial sample has missing includes https://svn.boost.org/trac10/ticket/2581 <p> There are a lot of sample codes in Boost.MPI tutorial documentation. It is very useful, but there are some missing include: </p> <p> In the point-to-point sample and the non-blocking sample, it lacks &lt;string&gt; header. </p> <p> In the gather sample, it lacks &lt;vector&gt; header include. </p> <p> In the reduce sample 2, it uses std::plus&lt;&gt; so that #include &lt;functional&gt; is needed. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2581 Trac 1.4.3 Ryo IGARASHI <rigarash@…> Wed, 10 Dec 2008 07:42:14 GMT attachment set https://svn.boost.org/trac10/ticket/2581 https://svn.boost.org/trac10/ticket/2581 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">mpi.qbk.diff</span> </li> </ul> <p> diff file for mpi.qbk </p> Ticket Ryo IGARASHI <rigarash@…> Tue, 16 Dec 2008 08:16:31 GMT type changed https://svn.boost.org/trac10/ticket/2581#comment:1 https://svn.boost.org/trac10/ticket/2581#comment:1 <ul> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Patches</span> </li> </ul> Ticket anonymous Tue, 04 Aug 2009 20:36:26 GMT owner changed https://svn.boost.org/trac10/ticket/2581#comment:2 https://svn.boost.org/trac10/ticket/2581#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Matthias Troyer</span> </li> </ul> Ticket Matthias Troyer Tue, 04 Aug 2009 23:09:26 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2581#comment:3 https://svn.boost.org/trac10/ticket/2581#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/55417" title="Fixed ticket 2581">[55417]</a>) Fixed ticket 2581 </p> Ticket