[Bug libstdc++/35622] Cannot declare vector of unordered_maps
chris at bubblescope dot net
gcc-bugzilla@gcc.gnu.org
Tue Mar 18 15:03:00 GMT 2008
------- Comment #2 from chris at bubblescope dot net 2008-03-18 15:02 -------
#include <vector>
#include <tr1/unordered_map>
using namespace std;
int main(void)
{
vector<tr1::unordered_map<int,int> > v;
}
Runs fine here, using:
Using built-in specs.
Target: i386-apple-darwin9.2.0
Configured with: ../gcc/configure --enable-languages=c,c++
--prefix=/Users/caj/gccsvn/
Thread model: posix
gcc version 4.4.0 20080305 (experimental) (GCC)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35622
More information about the Gcc-bugs
mailing list