Language
C++
Compiler
clang 7.0.0
Options
Warnings
Boost 1.68.0
C++17
-pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-7.0.0/include -std=c++17 -pedantic
Exit Code:
1
Author
anonymous
over 6 years ago
C++
clang 7.0.0
Author
anonymous
over 6 years ago
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-7.0.0/include -std=c++17 -pedantic
prog.cc:30:9: error: no candidate function template was found for dependent friend function template specialization
doo<t_KindId::first>(void) -> void;
^
prog.cc:52:26: error: incomplete definition of type 't_Test<int>::t_DooImpl<t_Test<int>::t_KindId::first, void>'
return t_DooImpl<x_kind>::doo_impl(*this);
~~~~~~~~~~~~~~~~~^~
prog.cc:59:4: note: in instantiation of function template specialization 't_Test<int>::doo<t_Test<int>::t_KindId::first>' requested here
t.doo<t_Test::t_KindId::first>();
^
2 errors generated.