Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 2 years ago

Language

C++

Compiler

gcc HEAD 13.0.1 20230309 (experimental)

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

Author

anonymous

about 2 years ago

$ g++ prog.cc -Wall -Wextra -std=gnu++2b
prog.cc: In lambda function:
prog.cc:9:15: error: assignment of member 'S::a' in read-only object
    9 |             a = 0;
      |             ~~^~~
Exit Code:
1