diff --git a/include/boost/config/compiler/nvcc.hpp b/include/boost/config/compiler/nvcc.hpp index 7729d2c2..43039b5c 100644 --- a/include/boost/config/compiler/nvcc.hpp +++ b/include/boost/config/compiler/nvcc.hpp @@ -40,7 +40,8 @@ # define BOOST_NO_CXX11_UNICODE_LITERALS #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) # define BOOST_NO_CXX11_NOEXCEPT