forked from boostorg/config
Add link to bug report in comment.
[ci skip]
This commit is contained in:
@ -40,7 +40,8 @@
|
|||||||
# define BOOST_NO_CXX11_UNICODE_LITERALS
|
# define BOOST_NO_CXX11_UNICODE_LITERALS
|
||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
// And this one effects the NVCC front end:
|
// And this one effects the NVCC front end,
|
||||||
|
// See https://svn.boost.org/trac/boost/ticket/13049
|
||||||
//
|
//
|
||||||
#if (__CUDACC_VER__ >= 80000) && (__CUDACC_VER__ < 80100)
|
#if (__CUDACC_VER__ >= 80000) && (__CUDACC_VER__ < 80100)
|
||||||
# define BOOST_NO_CXX11_NOEXCEPT
|
# define BOOST_NO_CXX11_NOEXCEPT
|
||||||
|
Reference in New Issue
Block a user