Add link to bug report in comment.

[ci skip]
This commit is contained in:
jzmaddock
2017-06-15 17:54:41 +01:00
parent d9332d3fa3
commit 02dd07481d

View File

@@ -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