------- Comment #1 from jarrydb at cse dot unsw dot edu dot au  2010-06-01 
06:50 -------
Created an attachment (id=20790)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20790&action=view)
compilation failure

note that this file is the result of:

#include <map>

int main()
{
  std::map<int, int> x = {{1, 1}, {2, 2}};
  return 0;
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44358

Reply via email to