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)

boosT_test.diff (1.5 KB ) - added by Sohail Somani 12 years ago.

Download all attachments as: .zip

Change History (2)

by Sohail Somani, 12 years ago

Attachment: boosT_test.diff added

comment:1 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

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].

Note: See TracTickets for help on using tickets.