mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Fix typo in the hash tutorial.
[SVN r33507]
This commit is contained in:
@@ -12,7 +12,7 @@ If your standard library supplies its own implementation of the unordered
|
|||||||
associative containers and you wish to use
|
associative containers and you wish to use
|
||||||
[classref boost::hash], just use an extra template parameter:
|
[classref boost::hash], just use an extra template parameter:
|
||||||
|
|
||||||
std::unordered_multiset<std::vector<int>, ``[classref boost::hash]``<int> >
|
std::unordered_multiset<int, ``[classref boost::hash]``<int> >
|
||||||
set_of_ints;
|
set_of_ints;
|
||||||
|
|
||||||
std::unordered_set<std::pair<int, int>, ``[classref boost::hash]``<std::pair<int, int> >
|
std::unordered_set<std::pair<int, int>, ``[classref boost::hash]``<std::pair<int, int> >
|
||||||
|
Reference in New Issue
Block a user