Opened 10 years ago

Closed 10 years ago

#6907 closed Bugs (fixed)

__fastcall not guarded against

Reported by: Andrew Morris <andy@…> Owned by: Ion Gaztañaga
Milestone: To Be Determined Component: intrusive
Version: Boost 1.49.0 Severity: Problem
Keywords: Cc:

Description

In file <boost\intrusive\detail\mpl.hpp>, there are three references to fastcall that fail with managed code. Simply including this file causes a compile error.

Attachments (1)

fastcall_fix.patch (1.3 KB ) - added by Andrew Morris <andy@…> 10 years ago.
Adds #ifndef guards

Download all attachments as: .zip

Change History (2)

by Andrew Morris <andy@…>, 10 years ago

Attachment: fastcall_fix.patch added

Adds #ifndef guards

comment:1 by Ion Gaztañaga, 10 years ago

Resolution: fixed
Status: newclosed

Thanks for the report, fixed in trunk at revision: 79436

Note: See TracTickets for help on using tickets.