Author
anonymous
almost 11 years ago
Language
Compiler
Options
Author
anonymous
almost 11 years ago
$ prog.cc: In function 'int main()':
prog.cc:11:31: error: use of deleted function 'std::reference_wrapper<_Tp>::reference_wrapper(_Tp&&) [with _Tp = int]'
boost::fusion::at_c<0>(v) = 1;
^
In file included from prog.cc:1:0:
/usr/local/gcc-head/include/c++/5.0.0/functional:410:7: note: declared here
reference_wrapper(_Tp&&) = delete;
^
Exit Code:
1