mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 12:57: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:
|
// And this one effects the NVCC front end:
|
||||||
//
|
//
|
||||||
|
#if (__CUDACC_VER__ >= 80000) && (__CUDACC_VER__ < 80100)
|
||||||
# define BOOST_NO_CXX11_NOEXCEPT
|
# define BOOST_NO_CXX11_NOEXCEPT
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user