Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 4 years ago

Language

C++

Compiler

gcc HEAD 13.0.0 20220501 (experimental)

Options
Warnings
Don't Use Boost
C++17
-pedantic-errors

Author

anonymous

almost 4 years ago

new.cpp

$ g++ prog.cc -Wall -Wextra -std=c++17 -pedantic-errors
prog.cc:6:6: error: 'i' in 'struct Foo' does not name a type
    6 | Foo::i;
      |      ^
prog.cc:3:16: note: 'Foo::i' declared here
    3 |     static int i;
      |                ^
Exit Code:
1