Boost C++ Libraries: Ticket #13637: Fix for Bug #12597 causes a problem with BOOST_TEST_CASE https://svn.boost.org/trac10/ticket/13637 <p> Passing something like std::bind(&amp;testfunc, arg0, arg1, [...]) will always result in the same name for the test case. With the check for clashing names introduced with the fix for Bug <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/12597" title="#12597: Feature Requests: Report tests with clashing names (closed: fixed)">#12597</a> this is not possible anymore. </p> <p> I would suggest to either change the function which determines the test case name or simply provide a second BOOST_TEST_CASE macro which allows to pass a self defined name. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13637 Trac 1.4.3 Raffi Enficiaud Sat, 08 Sep 2018 12:19:29 GMT owner changed https://svn.boost.org/trac10/ticket/13637#comment:1 https://svn.boost.org/trac10/ticket/13637#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Gennadiy Rozental</span> to <span class="trac-author">Raffi Enficiaud</span> </li> </ul> <p> Added <code>BOOST_TEST_CASE_NAME</code> to be able to specify the name. In master rev 638c880c5a5896bfabc13cedc7cf83d7b65a2ba5 </p> Ticket Raffi Enficiaud Sat, 08 Sep 2018 12:19:59 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/13637#comment:2 https://svn.boost.org/trac10/ticket/13637#comment:2 <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> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.69</span> </li> </ul> Ticket