Opened 13 years ago

Closed 13 years ago

#3497 closed Patches (fixed)

CodeGear fix for test library

Reported by: siliconman Owned by: Gennadiy Rozental
Milestone: Boost 1.41.0 Component: test
Version: Boost Development Trunk Severity: Showstopper
Keywords: Cc:

Description

Most of the codegear/borland configurations are currently broken because of a change in boost/test/impl/compiler_log_formatter.ipp

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()

The attached patch should resolve this error without any impact to other compilers

Attachments (1)

cg_fix.patch (527 bytes ) - added by siliconman 13 years ago.

Download all attachments as: .zip

Change History (3)

by siliconman, 13 years ago

Attachment: cg_fix.patch added

comment:1 by Gennadiy Rozental, 13 years ago

This is obviously wrong patch. BOOST_STRINGIZE will do wrong thing.

comment:2 by Gennadiy Rozental, 13 years ago

Resolution: fixed
Status: newclosed

(In [57848]) Attempt at CodeGear fix. Fixes #3497

Note: See TracTickets for help on using tickets.