Opened 12 years ago
Closed 12 years ago
#4241 closed Patches (fixed)
Boost Test: Uninitialized hook and compiler bug workaround
Reported by: | Sohail Somani | Owned by: | Gennadiy Rozental |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | test |
Version: | Boost 1.41.0 | Severity: | Problem |
Keywords: | Cc: |
Description
There is some compiler bug in GCC which causes delete <expression> to not work properly with Boost Test.
Also, there is an unitialized hook which causes compile warnings.
Attachments (1)
Change History (2)
by , 12 years ago
Attachment: | boosT_test.diff added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The first part of the patch was handled in [57853] The second was fixed in the trunk in [56467] and merged to release in [57991].