https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88969
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2019-01-22 CC| |marxin at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- Can't reproduce with current trunk, I only see: g++ pr88969.cpp -c -std=c++2a -fchecking=1 pr88969.cpp:13:21: error: expected initializer at end of input 13 | void delete_B(B *b) | ^ pr88969.cpp:13:21: error: expected ‘}’ at end of input pr88969.cpp:8:28: note: to match this ‘{’ 8 | namespace delete_selection { | ^