: unassigned at gcc dot gnu.org
Reporter: yannick.lepennec+gcc at live dot fr
Target Milestone: ---
Dear Maintainers,
Obligatory godbolt: https://godbolt.org/z/KnMnc7P57
Since GCC 7.2:
$ g++ -std=c++17 -Wall -Wextra -pedantic-errors
#include
struct nodefault {
nodefault(int) {}
};
int
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: yannick.lepennec+gcc at live dot fr
Target Milestone: ---
Please consider the following code, built with `g++ -std=c++17 -Wall -Wextra
-pedantic`.
It used to be accepted by