Restrict last fix to CUDA 8 only - other versions are apparently unaffected.

This commit is contained in:
jzmaddock
2017-06-15 17:53:14 +01:00
parent 9b8de65f1d
commit d9332d3fa3

View File

@ -42,7 +42,9 @@
//
// 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