This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49274] [4.6/4.7 Regression] unique_ptr needs full definition of map 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: Fri, 3 Jun 2011 14:14:45 +0000
- Subject: [Bug c++/49274] [4.6/4.7 Regression] unique_ptr needs full definition of map type
- Auto-submitted: auto-generated
- References: <bug-49274-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49274
--- Comment #13 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-06-03 14:14:14 UTC ---
Ah, thus exactly like the issue we discussed a few days ago. I suspected that
and indeed Intel was accepting the code.
By the way, PR49107 is different then?