Opened 13 years ago

Closed 12 years ago

Last modified 12 years ago

#3162 closed Patches (fixed)

Apparent typo in function_types/components

Reported by: David Dean <siliconman@…> Owned by: t_schwinger
Milestone: Boost 1.40.0 Component: function_types
Version: Boost 1.39.0 Severity: Problem
Keywords: Cc:

Description

Appears to be checking for BORLANDC < 0x656 instead of BORLANDC < 0x565

Attached patch file fixes this and removes BOOST_WORKAROUND macros (so that I can compile with BOOST_DETECT_OUTDATED_WORKAROUNDS enabled)

Attachments (2)

components.patch (1.4 KB ) - added by David Dean <siliconman@…> 13 years ago.
patch
components_workaround.patch (1.4 KB ) - added by David Dean <siliconman@…> 13 years ago.

Download all attachments as: .zip

Change History (6)

by David Dean <siliconman@…>, 13 years ago

Attachment: components.patch added

patch

comment:1 by Steven Watanabe, 13 years ago

It's probably better to use BOOST_WORKAROUND(BORLANDC, <= 0x565) if the workaround isn't needed for later versions.

by David Dean <siliconman@…>, 13 years ago

Attachment: components_workaround.patch added

comment:2 by David Dean <siliconman@…>, 13 years ago

Added a patch using the syntax proposed by Steven Watanabe

comment:3 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [62827]) Update Borland workarounds. Fixes #3162

comment:4 by Daniel James, 12 years ago

(In [70861]) Function types: Merge from trunk.

Note: See TracTickets for help on using tickets.