File diff r23538:8df50944b27a → r23539:bce8329ee42d
src/core/smallmap_type.hpp
Show inline comments
 
@@ -39,7 +39,7 @@ struct SmallPair {
 
 *
 
 * @see SmallVector
 
 */
 
template <typename T, typename U, uint S = 16>
 
template <typename T, typename U>
 
struct SmallMap : std::vector<SmallPair<T, U> > {
 
	typedef ::SmallPair<T, U> Pair;
 
	typedef Pair *iterator;