I was wondering if anyone could respond with an update with status on upcoming support for gcc 4.4, and more specifically, variadic templates and other new features of C++0X (perhaps C++1X now?) that gcc 4.4 has added and trip up your compiler layer in nvcc when included. gcc 4.4 has been released for nearly a year, and all of the major distributions are switching to it, or already have, and even if you are on a long term support release, like ubuntu LTS, come April or so, lynx will be released which uses gcc 4.4.
While we can work around that and only use the C layer interface, that’s a bit clumsy and requires an extra layer of functions, it would be much handier to be able to use the C++ support and not have to maintain an old gcc install…
thanks much for any info…