tanghong123 / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Do not use std::string in death test implementation #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently death test implementation uses std::string which causes errors in
VC7.1 when exceptions are disabled. We need to use internal string
implementation in order to make death tests available with VC7.1.

Original issue reported on code.google.com by vladlosev on 3 Feb 2009 at 3:32

GoogleCodeExporter commented 9 years ago
Same goes for std::vector, which death tests also use.

Original comment by vladlosev on 12 Feb 2009 at 1:58

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 5 May 2009 at 8:48

GoogleCodeExporter commented 9 years ago

Original comment by zhanyong...@gmail.com on 5 Jun 2009 at 5:48

GoogleCodeExporter commented 9 years ago
We decided not to support VC 7.1 without exceptions.

Original comment by w...@google.com on 10 Dec 2009 at 8:03