Author
anonymous
about 7 years ago
C++
gcc 7.2.0
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.66.0/gcc-7.2.0/include -std=gnu++17
prog.cc: In function 'int main()': prog.cc:6:18: warning: the address of 'void foo(int)' will never be NULL [-Waddress] std::cout << foo << std::endl; ^~~ 1
prog.cc: In function 'int main()': prog.cc:6:18: warning: the address of 'void foo(int)' will never be NULL [-Waddress] std::cout << foo << std::endl; ^~~
1