Opened 10 years ago
Closed 10 years ago
#6907 closed Bugs (fixed)
__fastcall not guarded against
| Reported by: | 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)
Change History (2)
by , 10 years ago
| Attachment: | fastcall_fix.patch added |
|---|
comment:1 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Thanks for the report, fixed in trunk at revision: 79436
Note:
See TracTickets
for help on using tickets.

Adds #ifndef guards