Language
C++
Compiler
clang 3.4
Options
Warnings
Boost 1.64.0
C++1y(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/clang-3.4/include -std=gnu++1y
Exit Code:
1
Author
anonymous
almost 7 years ago
C++
clang 3.4
Author
anonymous
almost 7 years ago
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.64.0/clang-3.4/include -std=gnu++1y
In file included from prog.cc:1:
test.cpp:18:16: error: implicit instantiation of undefined template 'boost::result_of<boost::fusion::unfused<test_func, true> ()>'
typedef boost::result_of< boost::fusion::unfused< test_func >() >::type t;
^
test.cpp:14:12: note: template is declared here
struct result_of< boost::fusion::unfused<F> () >;
^
1 error generated.