Boost C++ Libraries: Ticket #3023: [minmax] regression test failures with GCC 4 in C++0x mode https://svn.boost.org/trac10/ticket/3023 <p> When you run the minmax regression tests in GCC 4.4 in C++0x mode, you get some failures due to ambiguities between boost::minmax and std::minmax (e.g. <a class="ext-link" href="http://tinyurl.com/qn7g53"><span class="icon">​</span>http://tinyurl.com/qn7g53</a>) </p> <p> Qualifying the calls to minmax with boost:: allows the tests to pass. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3023 Trac 1.4.3 Richard Webb <richard.webb@…> Wed, 13 May 2009 21:50:12 GMT attachment set https://svn.boost.org/trac10/ticket/3023 https://svn.boost.org/trac10/ticket/3023 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">minmax.patch</span> </li> </ul> Ticket Steven Watanabe Sun, 17 May 2009 00:39:24 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3023#comment:1 https://svn.boost.org/trac10/ticket/3023#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/53062" title="Qualify minmax with boost:: to avoid ambiguity with std::minmax. ...">[53062]</a>) Qualify minmax with boost:: to avoid ambiguity with std::minmax. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3023" title="#3023: Bugs: [minmax] regression test failures with GCC 4 in C++0x mode (closed: fixed)">#3023</a> </p> Ticket