mirror of
https://github.com/boostorg/type_index.git
synced 2025-07-31 12:57:17 +02:00
minor docs update
This commit is contained in:
@ -19,8 +19,8 @@
|
||||
/// boost::type_index class is used in situations when RTTI is enabled, it is designed to be a drop-in
|
||||
/// replacement for C++11 std::type_index class.
|
||||
///
|
||||
/// When RTTI is disabled boost::template_index will be used instead of
|
||||
/// this class.
|
||||
/// When RTTI is disabled boost::template_index will be usually (some compilers allow calling typeid(T)
|
||||
/// even if RTTI is disabled) used instead of this class.
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/type_index/type_info.hpp>
|
||||
|
@ -22,7 +22,8 @@
|
||||
///
|
||||
/// boost::type_info class is used in situations when RTTI is enabled.
|
||||
/// When RTTI is disabled or BOOST_TYPE_INDEX_FORCE_NORTTI_COMPATIBILITY macro is defined boost::template_info
|
||||
/// is usually used instead of it.
|
||||
/// is usually used instead of it (some compilers allow calling typeid(T)
|
||||
/// even if RTTI is disabled, those copilers will continue to use boost::type_info class).
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
|
Reference in New Issue
Block a user