diff options
Diffstat (limited to 'libcxx/test')
-rw-r--r-- | libcxx/test/support/container_test_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/container_test_types.h b/libcxx/test/support/container_test_types.h index 54657eb170d..7c9dee08502 100644 --- a/libcxx/test/support/container_test_types.h +++ b/libcxx/test/support/container_test_types.h @@ -482,7 +482,7 @@ struct unordered_map_type { type; }; -template <class Key = CopyInsertable<1>, class Value = CopyInsertable<2>> +template <class Key = CopyInsertable<1>, class Value = CopyInsertable<2> > struct unordered_multimap_type { typedef std::pair<const Key, Value> ValueTp; typedef |