Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

C++

Compiler

clang HEAD 10.0.0 (https://github.com/llvm-mirror/clang.git 3441aaff8506ac0252f9bba9d1ce117cf35906ce) (https://github.com/llvm-mirror/llvm.git ae7ce179222e4d642717fbf814ef60ffb12bb3c1)

Options
Warnings
Boost 1.70.0
C++11
-pedantic-errors
Raw compiler options
-Wfatal-errors

Author

anonymous

about 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/clang-head/include -std=c++11 -pedantic-errors -Wfatal-errors
prog.cc:22:2: fatal error: implicit instantiation of undefined template 'check<MyClass<int, double, std::__1::basic_string<char> > >'
        check<MyClassFromPairTuple<Tuple>>{};
        ^
prog.cc:19:8: note: template is declared here
struct check;
       ^
1 error generated.
Exit Code:
1