I am trying to make nvcc (g++/EDG) play nicely with latest boost
template<typename U> \
static false_type has_member(tester<&U::member_name>*); \
gives
/opt/boost/include/boost/thread/locks.hpp:65: error: ‘&’ cannot appear in a constant-expression
/opt/boost/include/boost/thread/locks.hpp:65: error: template argument 1 is invalid
any idea how to fix it?