Language
C++
Compiler
gcc HEAD 10.0.0 20190710 (experimental)
Options
Warnings
Boost 1.70.0
C++17
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-head/include -std=c++17
0x400e88
0x400de4
0x400de4
Exit Code:
0
Author
anonymous
almost 6 years ago
C++
gcc HEAD 10.0.0 20190710 (experimental)
Author
anonymous
almost 6 years ago
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.70.0/gcc-head/include -std=c++17
prog.cc: In function 'int main()':
prog.cc:15:33: warning: converting from 'void (A::*)()' to 'void*' [-Wpmf-conversions]
15 | std :: cout << (void *) &A::f << std :: endl;
| ^
0x400e88
0x400de4
0x400de4