Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 8 years ago

Language

Compiler

Options

Author

anonymous

about 8 years ago

$
prog.cc:1:12: error: 'auto' not allowed in function prototype
auto suma( auto a, auto b ) { return a + b; }
           ^~~~
prog.cc:1:20: error: 'auto' not allowed in function prototype
auto suma( auto a, auto b ) { return a + b; }
                   ^~~~
2 errors generated.
Exit Code:
1