forked from boostorg/config
Restrict last fix to CUDA 8 only - other versions are apparently unaffected.
This commit is contained in:
@@ -42,7 +42,9 @@
|
|||||||
//
|
//
|
||||||
// And this one effects the NVCC front end:
|
// And this one effects the NVCC front end:
|
||||||
//
|
//
|
||||||
#define BOOST_NO_CXX11_NOEXCEPT
|
#if (__CUDACC_VER__ >= 80000) && (__CUDACC_VER__ < 80100)
|
||||||
|
# define BOOST_NO_CXX11_NOEXCEPT
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user