Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13012: boost::has_equal_to fails with captureless lambda expression types
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-02-20 12:03:01
#13012: boost::has_equal_to fails with captureless lambda expression types
------------------------------------+--------------------------
Reporter: JoaquÃn M López Muñoz | Owner: John Maddock
Type: Bugs | Status: closed
Milestone: To Be Determined | Component: type_traits
Version: Boost 1.63.0 | Severity: Problem
Resolution: fixed | Keywords:
------------------------------------+--------------------------
Comment (by John Maddock):
Works just fine for me, I'm guessing you have an obsolete VC2015 install
(not updated), can you add:
{{{
#ifdef BOOST_NO_SFINAE_EXPR
#pragma message("BOOST_NO_SFINAE_EXPR is set")
#endif
#ifdef BOOST_NO_CXX11_DECLTYPE
#pragma message("BOOST_NO_CXX11_DECLTYPE is set")
#endif
#ifdef BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION
#pragma message("BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION is set")
#endif
#pragma message(BOOST_STRINGIZE(_MSC_FULL_VER))
}}}
To your test case? I get:
{{{
BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION is set
190024215
}}}
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13012#comment:12> 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 : 2018-02-20 12:11:02 UTC