Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 7 years ago

Language

Compiler

Options

Author

anonymous

over 7 years ago

$
prog.cc:9:1: error: cannot specify deduction guide for template template parameter 'TT'
TT(const char *) -> TT<std::string>;
^
prog.cc:8:34: note: template is declared here
template <template <class> class TT>
                                 ^
prog.cc:9:1: error: declarator requires an identifier
TT(const char *) -> TT<std::string>;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
Exit Code:
1