593,594c593,598 < // Clang also defines __GNUC__ (as 4) < # define BOOST_NOINLINE __attribute__ ((__noinline__)) --- > // ICC and Clang (as 4) also define __GNUC__ > # if defined(__CUDACC__) > # define BOOST_NOINLINE __attribute__ ((noinline)) > # else > # define BOOST_NOINLINE __attribute__ ((__noinline__)) > # endif