chaolou / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Make rtti an option #111

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to compile glog with -no-rtti

What is the expected output?

There aren't any rtti-related errors.

What do you see instead?

error in logging.cc:1377 :
LogMessage::LogStream *log = dynamic_cast<LogMessage::LogStream*>(&os);

What version of the product are you using? On what operating system?

glog 0.3.2
qnx crosscompiler on windows

Please provide any additional information below.

Can we add HAVE_RTTI flag to make use of RTTI optional?

Original issue reported on code.google.com by Van...@gmail.com on 16 Jan 2012 at 4:36

GoogleCodeExporter commented 8 years ago
was fixed by

http://code.google.com/p/google-glog/source/detail?r=109

Original comment by shinichi...@gmail.com on 20 Dec 2012 at 9:10