------- Comment #6 from paolo dot carlini at oracle dot com  2009-12-08 11:19 
-------
This is enough:

class Mesh
{
public:
  Mesh(const char*)
  { typele={0}; }

private:
  int typele[7][2];
};

Mesh m(0);


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2009-12-08 11:06:40         |2009-12-08 11:19:20
               date|                            |


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

Reply via email to