Boost C++ Libraries: Ticket #1899: Wrong example in documentation https://svn.boost.org/trac10/ticket/1899 <p> In the documentation of MPI <strong>Tutorial -&gt; Collective operations -&gt; Broadcast</strong> the first example, there must be a <code>mpi::</code> before the <code>broadcast</code> function. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1899 Trac 1.4.3 hirsch@… Wed, 07 May 2008 08:51:01 GMT <link>https://svn.boost.org/trac10/ticket/1899#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1899#comment:1</guid> <description> <p> Location: </p> <p> <a class="ext-link" href="http://svn.boost.org/trac/boost/browser/trunk/libs/mpi/doc/mpi.qbk#L639"><span class="icon">​</span>http://svn.boost.org/trac/boost/browser/trunk/libs/mpi/doc/mpi.qbk#L639</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Douglas Gregor</dc:creator> <pubDate>Wed, 07 May 2008 13:44:41 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1899#comment:2 https://svn.boost.org/trac10/ticket/1899#comment:2 <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">invalid</span> </li> </ul> <p> Argument-dependent lookup will find the broadcast function in the namespace boost::mpi, because the communicator argument ("world") comes from namespace boost::mpi. So, we don't need to write mpi::broadcast explicitly; just "broadcast" is correct. </p> Ticket