Fix a typo

This commit is contained in:
Antony Polukhin
2014-04-14 18:00:01 +04:00
parent a2a934dde8
commit 2e11dc75d4

View File

@ -250,8 +250,9 @@ template <class T>
inline stl_type_index stl_type_index::type_id_runtime(const T& value) BOOST_NOEXCEPT {
#ifdef BOOST_NO_RTTI
return value.type_id_runtime();
#endif
#else
return typeid(value);
#endif
}
}} // namespace boost::typeind