This commit is contained in:
Antony Polukhin
2014-02-19 17:31:54 +04:00
parent 98e5bbe6ac
commit 0d8c6f36ad
5 changed files with 5 additions and 5 deletions

View File

@ -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]