mirror of
https://github.com/boostorg/type_index.git
synced 2025-07-29 20:07:18 +02:00
Fix typo
This commit is contained in:
@ -38,7 +38,7 @@ is a drop-in replacement for `std::type_index`. Unlike Standard Library versions
|
||||
operators, so it can be used with any container class.
|
||||
|
||||
Through all the examples, we'll assume that the following namespace alias is in effect:
|
||||
``using bti = boost::typeind;``
|
||||
``namespace bti = boost::typeind;``
|
||||
|
||||
[section How to use]
|
||||
|
||||
|
Reference in New Issue
Block a user