Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2341 closed Patches (fixed)

[call_traits] Patch to improve support for CodeGear C++Builder 2009

Reported by: Nicola Musatti Owned by: John Maddock
Milestone: To Be Determined Component: call_traits
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The attached patch fixes workarounds for the latest CodeGear (ex Borland) compiler.

Attachments (1)

call_traits.patch (529 bytes ) - added by Nicola Musatti 14 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Nicola Musatti, 14 years ago

Summary: [call_traits] Patch to imporve support for CodeGear C++Builder 2009[call_traits] Patch to improve support for CodeGear C++Builder 2009
Type: BugsPatches

comment:2 by John Maddock, 14 years ago

Status: newassigned

If this issue is specific to Borland/Codegear and call traits, then I'd prefer to retain an updated BOOST_WORKAROUND logic rather than introduce yet another config macro. What codegear version does this apply to?

Cheers, John.

by Nicola Musatti, 14 years ago

Attachment: call_traits.patch added

in reply to:  2 comment:3 by Nicola Musatti, 14 years ago

Replying to johnmaddock:

If this issue is specific to Borland/Codegear and call traits, then I'd prefer to retain an updated BOOST_WORKAROUND logic rather than introduce yet another config macro. What codegear version does this apply to?

The issue is not specific to call_traits but as far as I know it is Borland/CodeGear specific and fixed in the latest compiler. I updated my patch to use BOOST_WORKAROUND rather than the config macro.

comment:4 by John Maddock, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [48910]) Fixes #2341.

comment:5 by Nicola Musatti, 14 years ago

(In [49319]) CodeGear patch. Fixes #2341

Note: See TracTickets for help on using tickets.