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-25 13:04:58
#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 nilsgladitz@â¦):
Locally replacing
{{{
#if defined(BOOST_CLANG) && defined(__has_feature)
}}}
with
{{{
#if defined(BOOST_CLANG) && defined(__has_feature) && !defined(__CUDACC__)
}}}
in type_traits/intrinsics.hpp does seem to work around this particular
issue for me for now.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10694#comment:6> 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