[libcxx] r260516 - separate nested >>

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 11 04:51:20 PST 2016


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




More information about the cfe-commits mailing list