Skip to content

Need to verify that Google Test builds without RTTI #36

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions