This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/53339] unordered_map::iterator requires Value to be complete type
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 May 2012 13:12:38 +0000
- Subject: [Bug libstdc++/53339] unordered_map::iterator requires Value to be complete type
- Auto-submitted: auto-generated
- References: <bug-53339-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53339
--- Comment #8 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-14 13:12:38 UTC ---
Created attachment 27402
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27402
Draft
Something like this, very lightly tested so far.