Boost C++ Libraries: Ticket #6184: size_t problem-conflicts in function_template.hpp https://svn.boost.org/trac10/ticket/6184 <p> Some size_t usage doesn't contain the std:: prefix, so during compilation there is conflict error from the compiler. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6184 Trac 1.4.3 apmanol@… Tue, 29 Nov 2011 13:21:56 GMT attachment set https://svn.boost.org/trac10/ticket/6184 https://svn.boost.org/trac10/ticket/6184 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">diff.patch</span> </li> </ul> <p> patch to solve the size_t problem </p> Ticket Marshall Clow Sat, 01 Feb 2014 03:44:20 GMT owner, status changed https://svn.boost.org/trac10/ticket/6184#comment:1 https://svn.boost.org/trac10/ticket/6184#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Douglas Gregor</span> to <span class="trac-author">Marshall Clow</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Marshall Clow Sat, 01 Feb 2014 04:16:35 GMT <link>https://svn.boost.org/trac10/ticket/6184#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6184#comment:2</guid> <description> <p> Fixed on develop in commit 250655ad6d710359e1a7bdce81cdcc47bb70be51 </p> <p> Will close when merged to master. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Marshall Clow</dc:creator> <pubDate>Mon, 03 Feb 2014 22:11:25 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/6184#comment:3 https://svn.boost.org/trac10/ticket/6184#comment:3 <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> Merged to master in commit a80ac7f5c560911ebedabafe4016df57a9cf3a63 </p> Ticket