jncornett / googletest

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

Need to verify that Google Test builds without RTTI #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some users don't use RTTI in their build.  For example, they pass -fno-rtti
to gcc.  Google Test's typed tests use RTTI and thus won't compile here. 
To make it work for such users, Google Test provides the GTEST_HAS_RTTI
macro for the user to define.  However there's no automated test to verify
this.  Please add one.

Original issue reported on code.google.com by shiq...@gmail.com on 18 Sep 2008 at 4:24

GoogleCodeExporter commented 9 years ago

Original comment by shiq...@gmail.com on 12 Oct 2008 at 3:23

GoogleCodeExporter commented 9 years ago
There are too many tasks already that are far more important.  We'll deal with 
this 
if it becomes a real issue.

Original comment by zhanyong...@gmail.com on 22 Feb 2009 at 5:19