Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C++

Compiler

gcc HEAD 9.0.0 20180708 (experimental)

Options
Warnings
Boost 1.67.0
C++11
no pedantic

Author

anonymous

almost 7 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-head/include -std=c++11
prog.cc: In function 'int main()':
prog.cc:3:14: error: two or more data types in declaration of 'b1'
     int char b1 {1000};
              ^~
Exit Code:
1