This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/35622] New: Cannot declare vector of unordered_maps
- From: "danielc at cs dot stanford dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2008 02:29:41 -0000
- Subject: [Bug libstdc++/35622] New: Cannot declare vector of unordered_maps
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Cannot declare this:
using namespace std;
vector< tr1::unordered_map<int,int> > dsfdsfds;
--
Summary: Cannot declare vector of unordered_maps
Product: gcc
Version: 4.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: danielc at cs dot stanford dot edu
GCC build triplet: i686-apple-darwin9
GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35622