This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48224] ERROR: compile in g++ version 4.5
- From: "evgenij.fokin at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 23 Mar 2011 09:35:46 +0000
- Subject: [Bug c++/48224] ERROR: compile in g++ version 4.5
- Auto-submitted: auto-generated
- References: <bug-48224-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48224
--- Comment #7 from Evgenij <evgenij.fokin at gmail dot com> 2011-03-23 09:35:29 UTC ---
Jonathan, I disagree with you.
(In reply to comment #2)
> The C++ standard library says the effects are undefined if an incomplete type
> is used as a template argument when instantiating a template component
> (17.4.3.6p2)
Yes, but instantiation made in cxx file where all types completed.
In any case workaround have been found. Thank you, Andrew.