Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 4 years ago

Language

C++

Compiler

gcc 4.9.3

Options
Warnings
Optimization
Don't Use Boost
Compiler Default
no pedantic

Author

anonymous

over 4 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native
prog.cc:3:13: error: '<anonymous>' has incomplete type
 vd function(vd)
             ^
prog.cc:3:15: error: invalid use of 'vd {aka void}'
 vd function(vd)
               ^
Exit Code:
1