Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 8 years ago

Language

Compiler

Options

Author

anonymous

almost 8 years ago

$
prog.cc:11:45: error: decltype cannot resolve address of overloaded function
 using FRet = std::result_of_t<decltype(&C::f)(C)>;
                                             ^
prog.cc:11:49: error: template argument 1 is invalid
 using FRet = std::result_of_t<decltype(&C::f)(C)>;
                                                 ^
Exit Code:
1