Author
anonymous
almost 6 years ago
C++
gcc HEAD 10.0.0 20190605 (experimental)
$ g++ prog.cc -std=c++11
prog.cc:5:27: error: cannot convert 'void (s::*)() const volatile &&' to 'void (s::*)() const volatile' in initialization 5 | abominable s::* ptr = &s::f; | ^