Subject: [Boost-bugs] [Boost C++ Libraries] #4094: BOOST_INTRUSIVE_TT_TEST_MSC_FUNC_SIGS versus is_unary_or_binary_function_impl
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-04-13 12:36:50
#4094: BOOST_INTRUSIVE_TT_TEST_MSC_FUNC_SIGS versus
is_unary_or_binary_function_impl
-------------------------------------+--------------------------------------
Reporter: vziegler@⦠| Owner: igaztanaga
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: intrusive
Version: Boost 1.42.0 | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
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
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4094> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC