mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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:
|
||||
//
|
||||
#define BOOST_NO_CXX11_NOEXCEPT
|
||||
#if (__CUDACC_VER__ >= 80000) && (__CUDACC_VER__ < 80100)
|
||||
# define BOOST_NO_CXX11_NOEXCEPT
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user