#1220 closed Bugs (fixed)
lexical_cast requires RTTI
Reported by: | Owned by: | nasonov | |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | lexical_cast |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
I've tried to upgrade to the 8/28 svn trunk in order to incorporate pdimov's smart_ptr changes to work with -fno-rtti (see ticket #1108, BOOST_NO_TYPEID, etc). Those work, but not lexical_cast.hpp now breaks with -fno-rtti too.
Change History (6)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
I'm using gcc 3.4.4 on powerpc-wrs-vxworks. Here's the error message:
c:/penguin/iak/build_system/extdep/boost/export/1.0/1.1.0b0/includes/boost/detail/sp_counted_impl.hpp: In member function `virtual void* boost::detail::sp_counted_impl_pd<P,D>::get_deleter(const std::type_info&)': c:/penguin/iak/build_system/extdep/boost/export/1.0/1.1.0b0/includes/boost/detail/sp_counted_impl.hpp:150: error: cannot use typeid with -fno-rtti
comment:3 by , 15 years ago
Component: | None → lexical_cast |
---|
comment:4 by , 14 years ago
Milestone: | To Be Determined → Boost 1.38.0 |
---|
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to rich.tollerton@ni.com:
Can you give more information e.g. compiler and error message? Thanks, Alexander