Closed GoogleCodeExporter closed 9 years ago
Since this only affects a small number of users, we probably won't have time
for it
until higher priority tasks have been done. I encourage you to investigate why
this
is happening and find a fix yourself. I suspect it's a compiler bug.
Original comment by zhanyong...@gmail.com
on 7 Aug 2009 at 4:04
I don't think this is gtest's fault. If you try the following code with /vd2
option,
the program will crash too.
std::string filename("sample.name");
std::ofstream *ofs = new std::ofstream(filename.c_str(),std::ios::out);
ofs->close();
delete ofs;
But if you just link the gtkmm lib, I think it probably OK to remove the /vd2
option.
Original comment by zhangji...@gmail.com
on 27 Nov 2009 at 5:44
Closed as this is a compiler bug.
Original comment by w...@google.com
on 10 Dec 2009 at 8:08
Original issue reported on code.google.com by
podi...@gmail.com
on 25 Jun 2009 at 10:13