https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64372
hs changed:
What|Removed |Added
CC||hs at xmission dot com
--- Comment #8 from hs
: minor
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: hs at xmission dot com
Here's a snippet:
class A {
private:
// A() {} // error, A() private
A() = default; // Actually public?
};
int main() {
A
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61087
--- Comment #2 from hs ---
(In reply to Jonathan Wakely from comment #1)
> dup, fixed in 4.9.0
>
> *** This bug has been marked as a duplicate of bug 54812 ***
Awesome, thanks!