Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 2 years ago

Language

C++

Compiler

gcc HEAD 14.0.0 20230425 (experimental)

Options
Warnings
Don't Use Boost
C++2b
no pedantic

Author

anonymous

about 2 years ago

$ g++ prog.cc -Wall -Wextra -std=c++2b
prog.cc: In function 'int main()':
prog.cc:10:7: error: assignment of read-only reference 'n'
   10 |     n = 0; // ng!
      |     ~~^~~
Exit Code:
1