Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

gcc 8.3.0

Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic

Author

anonymous

over 3 years ago

noname-1
toine
noname-3
noname-4
noname-5
noname-6

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-8.3.0/include -std=gnu++2a
prog.cc: In lambda function:
prog.cc:37:23: error: passing 'const S' as 'this' argument discards qualifiers [-fpermissive]
             it->set_c();
                       ^
prog.cc:18:10: note:   in call to 'void S::set_c()'
     void set_c() { c = 222; }
          ^~~~~
Exit Code:
1