Boost C++ Libraries: Ticket #4765: function_template.hpp incorrect placement of inline keyword https://svn.boost.org/trac10/ticket/4765 <p> The implementation of operator() has the inline keyword in the after the return type of the function when it should be before. This was detected by <a class="missing wiki">FlexeLint</a>. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4765 Trac 1.4.3 Jean Pierre LeJacq <jplejacq@…> Thu, 21 Oct 2010 00:33:53 GMT attachment set https://svn.boost.org/trac10/ticket/4765 https://svn.boost.org/trac10/ticket/4765 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">function.patch</span> </li> </ul> <p> patch file to fix issue. </p> Ticket Steven Watanabe Sun, 02 Jan 2011 05:13:07 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4765#comment:1 https://svn.boost.org/trac10/ticket/4765#comment:1 <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/67560" title="Remove extra definition of operator(), since it's inline anyway. ...">[67560]</a>) Remove extra definition of operator(), since it's inline anyway. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4765" title="#4765: Bugs: function_template.hpp incorrect placement of inline keyword (closed: fixed)">#4765</a>. </p> Ticket