zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #12055
[Merge] lp:~paul-lucas/zorba/feature-unordered_map into lp:zorba
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/feature-unordered_map into lp:zorba.
Requested reviews:
Paul J. Lucas (paul-lucas)
For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/feature-unordered_map/+merge/114328
Fixed typo.
--
https://code.launchpad.net/~paul-lucas/zorba/feature-unordered_map/+merge/114328
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/util/unordered_map.h'
--- src/util/unordered_map.h 2012-06-05 14:16:41 +0000
+++ src/util/unordered_map.h 2012-07-11 04:13:23 +0000
@@ -46,7 +46,7 @@
* As such, it lacks member functions that use r-value references.
*
* @tparam KeyType They map's key type.
- * @tparam MappedType The type the keys are mapped to.
+ * @tparam ValueType The type the keys are mapped to.
* @tparam KeyHash The unary_function to use for generating hash codes.
* @tparam KeyEqual The binary_function to use to test for key equality.
* @tparam Allocator The allocator to use.
Follow ups