Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

C++

Compiler

gcc HEAD 13.0.0 20220829 (experimental)

Options
Warnings
Optimization
Don't Use Boost
C++2a(GNU)
no pedantic

Author

anonymous

over 2 years ago

$ g++ prog.cc -Wall -Wextra -O2 -march=native -std=gnu++2a
prog.cc:15:4: error: 'type' does not name a type; did you mean 'typeof'?
   15 |    type f() const { return 3; }
      |    ^~~~
      |    typeof
Exit Code:
1