Opened 13 years ago
Closed 12 years ago
#4094 closed Bugs (fixed)
BOOST_INTRUSIVE_TT_TEST_MSC_FUNC_SIGS versus is_unary_or_binary_function_impl
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | intrusive |
Version: | Boost 1.42.0 | Severity: | Problem |
Keywords: | Cc: |
Description
With _MSC_EXTENSIONS, intrusive/detail/mpl.hpp defines both
is_unary_or_binary_function_impl<R (*)(T0)>
is_unary_or_binary_function_impl<R (stdcall*)(T0)>
which will raise a compiler error. The fist definition should be disabled via preprocessor if defined(BOOST_INTRUSIVE_TT_TEST_MSC_FUNC_SIGS) and class templates for cdecl and fastcall should be added instead.
Find a patch attached (boost 1.42.0).
Regards, Valentin
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | mpl.hpp.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch was applied long ago but bug was not fixed.
Note:
See TracTickets
for help on using tickets.
patch for 1.42.0 intrusive/detail/mpl.hpp