$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [proto] using proto with nvcc
From: Eric Jourdanneau (ejourdanneau_at_[hidden])
Date: 2010-02-08 15:05:47
Hi everybody,
Nice to meet you :)
I would like to test proto with nvcc, and when I compile the simple
Hello world example of 1.42, I get the following error message:
/usr/include/boost/proto/detail/decltype.hpp:314: error: invalid use of
template-name boost::type without an argument list.
Of course it works with g++
I just don't know what to do, can somebody help me on that point?
Thanks
Eric