nvcc (g++/EDG) を最新のブーストでうまく再生させようとしています
template<typename U> \
static false_type has_member(tester<&U::member_name>*); \
与える
/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
それを修正する方法はありますか?