Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 2 years ago

Language

C++

Compiler

gcc 11.1.0

Options
Warnings
Don't Use Boost
C++11
no pedantic

Author

anonymous

over 2 years ago

$ g++ prog.cc -Wall -Wextra -std=c++11
prog.cc: In function 'int main()':
prog.cc:16:14: warning: variable 'lf2' set but not used [-Wunused-but-set-variable]
   16 |         auto lf2=[&](){ a.x=2; };
      |              ^~~
p01=8
p02=8
p03=8
p05=8
p07=8
p08=16
p09=16
p12=8
p13=8
p01: 0x7ffd4a1ede80
p02: 0x7ffd4a1ede70
p03: 0x7ffd4a1ede88
p05: 0x8
p07: 0x401725
p08: 0x40170e,0
p09: 0x1,0
p12: 0x401203
p13: 0x7ffd4a1ede58
Exit Code:
0