Boost C++ Libraries: Ticket #3497: CodeGear fix for test library https://svn.boost.org/trac10/ticket/3497 <p> Most of the codegear/borland configurations are currently broken because of a change in boost/test/impl/compiler_log_formatter.ipp </p> <p> resulting in the following error: Error E2354 ..\boost/test/impl/compiler_log_formatter.ipp 51: Two operands must evaluate to the same type in function test_phase_identifier() </p> <p> The attached patch should resolve this error without any impact to other compilers </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3497 Trac 1.4.3 siliconman Tue, 29 Sep 2009 22:24:41 GMT attachment set https://svn.boost.org/trac10/ticket/3497 https://svn.boost.org/trac10/ticket/3497 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">cg_fix.patch</span> </li> </ul> Ticket Gennadiy Rozental Sun, 22 Nov 2009 21:33:34 GMT <link>https://svn.boost.org/trac10/ticket/3497#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3497#comment:1</guid> <description> <p> This is obviously wrong patch. BOOST_STRINGIZE will do wrong thing. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Gennadiy Rozental</dc:creator> <pubDate>Sun, 22 Nov 2009 21:36:06 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3497#comment:2 https://svn.boost.org/trac10/ticket/3497#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> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/57848" title="Attempt at CodeGear fix. Fixes #3497">[57848]</a>) Attempt at <a class="missing wiki">CodeGear</a> fix. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3497" title="#3497: Patches: CodeGear fix for test library (closed: fixed)">#3497</a> </p> Ticket