[SVN r60151]
This commit is contained in:
John Maddock
2010-03-04 18:03:05 +00:00
parent 08250885bf
commit 1f226e2dc9

2
include/boost/concept/detail/has_constraints.hpp Executable file → Normal file
View File

@@ -19,7 +19,7 @@ namespace detail
template <class Model, void (Model::*)()>
struct wrap_constraints {};
#if BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580)
#if BOOST_WORKAROUND(__SUNPRO_CC, <= 0x580) || defined(__CUDACC__)
// Work around the following bogus error in Sun Studio 11, by
// turning off the has_constraints function entirely:
// Error: complex expression not allowed in dependent template