------- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-30 00:01 ------- The copy constructor on a fstream is invalid. And you caused it to be created here: Seg s1 = Seg("");
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33242
pinskia at gcc dot gnu dot org Wed, 29 Aug 2007 17:01:13 -0700
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-30 00:01 ------- The copy constructor on a fstream is invalid. And you caused it to be created here: Seg s1 = Seg("");
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33242