Boost C++ Libraries: Ticket #9475: mistyping on the online boost reference https://svn.boost.org/trac10/ticket/9475 <p> hey there </p> <p> on the webside: <a href="http://www.boost.org/doc/libs/1_55_0/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html">http://www.boost.org/doc/libs/1_55_0/libs/type_traits/doc/html/boost_typetraits/examples/improved_min.html</a> the rhs parameter of the min-function should have the type U: </p> <pre class="wiki">min(T t, U u) </pre><p> otherwise the second code shown down below on that website won't compile without explicit template arguments ;) . </p> <p> greetings from switzerland and sorry therefore for my bad english. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9475 Trac 1.4.3 John Maddock Mon, 21 Apr 2014 08:48:06 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9475#comment:1 https://svn.boost.org/trac10/ticket/9475#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> Fixed in develop, thanks! </p> Ticket