Boost C++ Libraries: Ticket #7244: typo in reference of boost::function https://svn.boost.org/trac10/ticket/7244 <p> <a href="http://www.boost.org/doc/libs/1_50_0/doc/html/function/reference.html#function.definitions">http://www.boost.org/doc/libs/1_50_0/doc/html/function/reference.html#function.definitions</a> </p> <blockquote class="citation"> <p> A function object f of type <strong>F</strong> is stateless if it is a function pointer or if boost::is_stateless&lt;<strong>T</strong>&gt; is true. </p> </blockquote> <p> "boost::is_stateless&lt;<strong>T</strong>&gt;" should be replaced with "boost::is_stateless&lt;<strong>F</strong>&gt;". </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7244 Trac 1.4.3 Marshall Clow Sat, 18 Aug 2012 14:26:43 GMT <link>https://svn.boost.org/trac10/ticket/7244#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7244#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/80077" title="Fix typo; Refs #7244">[80077]</a>) Fix typo; Refs <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7244" title="#7244: Bugs: typo in reference of boost::function (closed: fixed)">#7244</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Sat, 18 Aug 2012 14:27:50 GMT</pubDate> <title>owner changed https://svn.boost.org/trac10/ticket/7244#comment:2 https://svn.boost.org/trac10/ticket/7244#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Marshall Clow</span> </li> </ul> Ticket Marshall Clow Mon, 24 Sep 2012 16:36:47 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7244#comment:3 https://svn.boost.org/trac10/ticket/7244#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/80694" title="Merge doc fixes to release; Fixes #7244">[80694]</a>) Merge doc fixes to release; Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/7244" title="#7244: Bugs: typo in reference of boost::function (closed: fixed)">#7244</a> </p> Ticket