[Bug libstdc++/35622] Cannot declare vector of unordered_maps
--- Comment #3 from pcarlini at suse dot de 2008-03-30 09:27 --- Really, this is a WORKSFORME, code in Comment #2 is fine everywhere. -- pcarlini at suse dot de changed: What|Removed |Added Status|WAITING |RESOLVED Resolution||WORKSFORME http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35622
[Bug libstdc++/35622] Cannot declare vector of unordered_maps
--- Comment #2 from chris at bubblescope dot net 2008-03-18 15:02 --- #include #include using namespace std; int main(void) { vector > 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
[Bug libstdc++/35622] Cannot declare vector of unordered_maps
--- Comment #1 from bangerth at dealii dot org 2008-03-18 05:12 --- What happens when you do this? And what are the header files you use? -- bangerth at dealii dot org changed: What|Removed |Added CC||bangerth at dealii dot org Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35622