Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

clang HEAD 9.0.0 (https://github.com/llvm-mirror/clang.git 672ad5280a92fdc73cf54e6fc6ec50e73f6aa7d3) (https://github.com/llvm-mirror/llvm.git aaa381547b03d11e57c3333dda1d2ce781b37898)

Options
Warnings
Boost 1.69.0
C++2a(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/clang-head/include -std=gnu++2a
prog.cc:25:26: error: implicit instantiation of undefined template 'TD<Outer<int>::Inner<double> >'
    TD<IntOuter<double>> td1;
                         ^
prog.cc:4:8: note: template is declared here
struct TD;
       ^
prog.cc:26:27: error: implicit instantiation of undefined template 'TD<Outer<int>::Inner<double> >'
    TD<IntOuter2<double>> td2;
                          ^
prog.cc:4:8: note: template is declared here
struct TD;
       ^
2 errors generated.
Exit Code:
1