From daed67fffe1e3d8f09f1a84a76059c74765a960c Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 11 Feb 2016 12:51:19 +0000 Subject: separate nested >> llvm-svn: 260516 --- libcxx/test/support/container_test_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/test/support') 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 Value = CopyInsertable<2>> +template , class Value = CopyInsertable<2> > struct unordered_multimap_type { typedef std::pair ValueTp; typedef -- cgit v1.2.3