--- Comment #7 from lavock at gmail dot com 2010-02-08 13:49 ---
(In reply to comment #5)
> n3000 says "Only special member functions may be explicitly defaulted, and the
> implementation shall define them as if they had implicit definitions."
>
> An implicit des
--- Comment #17 from lavock at gmail dot com 2010-02-08 15:18 ---
(In reply to comment #16)
> Yes, but you're using an experimental implementation of an incomplete
> specification. Using it for serious code would be foolish, so I tend to agree
> it's low priority
Ye
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: lavock at gmail dot com
GCC build triplet: -486-linux-gnu
GCC host triplet: -486-linux-gnu
GCC target triplet: -i486-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42983
--- Comment #2 from lavock at gmail dot com 2010-02-06 12:05 ---
(In reply to comment #1)
> Your testcase doesn't even compile:
>
> 42983.C: In function int main():
> 42983.C:15:15: error: cannot convert B to A* in initialization
>
Sorry, my mistake,