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)
Change History (3)
by , 13 years ago
Attachment: | cg_fix.patch added |
---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is obviously wrong patch. BOOST_STRINGIZE will do wrong thing.