Re: [Boost-bugs] [Boost C++ Libraries] #11897: Compile failure in type_traits_detail::mp_valid_impl with CUDA 7.0

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11897: Compile failure in type_traits_detail::mp_valid_impl with CUDA 7.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-01-20 10:28:14


#11897: Compile failure in type_traits_detail::mp_valid_impl with CUDA 7.0
-------------------------------+-------------------------
  Reporter: a.grund@… | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: type_traits
   Version: Boost 1.60.0 | Severity: Showstopper
Resolution: fixed | Keywords:
-------------------------------+-------------------------

Comment (by michel):

> Just regular clang as shipped by Apple.

 With OP's test case, I was not able to reproduce the error on Apple Clang.
 Do you have a test case?

 Thanks.

 {{{
 $ clang++ --version
 Apple LLVM version 7.0.2 (clang-700.1.81)
 Target: x86_64-apple-darwin15.2.0
 Thread model: posix
 $ clang++ -std=c++11 -I boost_1_60_0/ -xc++ -
 #include <boost/type_traits/common_type.hpp>
 #include <cstdint>

 int main(){
     boost::common_type<int_least64_t, int_least64_t, intmax_t>::type i;
 }
 $ echo $?
 0
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11897#comment:14>
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:19 UTC