Author: ericwf Date: Thu Feb 11 06:51:19 2016 New Revision: 260516 URL: http://llvm.org/viewvc/llvm-project?rev=260516&view=rev Log: separate nested >>
Modified: libcxx/trunk/test/support/container_test_types.h Modified: libcxx/trunk/test/support/container_test_types.h URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/support/container_test_types.h?rev=260516&r1=260515&r2=260516&view=diff ============================================================================== --- libcxx/trunk/test/support/container_test_types.h (original) +++ libcxx/trunk/test/support/container_test_types.h Thu Feb 11 06:51:19 2016 @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits