Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10694: Apple Clang + NVCC - identifier "__is_abstract" is undefined
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-24 16:33:02
#10694: Apple Clang + NVCC - identifier "__is_abstract" is undefined
-------------------------------+-------------------------
Reporter: nilsgladitz@⦠| Owner: johnmaddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: type_traits
Version: Boost 1.56.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+-------------------------
Comment (by johnmaddock):
This looks a lot like a clang bug to me, the code in
type_traits/intrinsics.hpp sets the use of __is_abstract via:
# if __has_feature(is_abstract)
# define BOOST_IS_ABSTRACT(T) __is_abstract(T)
# endif
So... if clang __has_feature is indicating that __is_abstract is available
what are we supposed to do?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10694#comment:1> 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:17 UTC