Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc 8.2.0

Options
Don't Use Boost
C++03(GNU)
no pedantic

Author

anonymous

over 6 years ago

$ g++ prog.cc -std=gnu++98
prog.cc: In function 'int main()':
prog.cc:12:23: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11
     example.push_back({""});
                       ^
prog.cc:12:27: warning: extended initializer lists only available with -std=c++11 or -std=gnu++11
     example.push_back({""});
                           ^
Exit Code:
0