From 6b229e1ad164e7221820f96a0a0d29e29b1142a7 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 13 Aug 2013 15:13:42 +0000 Subject: [PATCH] Fix template formatting. No, really git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188277 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1y_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index bcc826f6..e9d37668 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -98,7 +98,7 @@ 2081Allocator requirements should include CopyConstructible 2083 const-qualification on weak_ptr::owner_beforePortland 2086Overly generic type support for math functionsPortland 2099Unnecessary constraints of va_start() usagePortland - 2103std::allocator_traits<std::allocators<Ts>s>::propagate_on_container_move_assignmentPortland + 2103std::allocator_traits<std::allocator<T>>::propagate_on_container_move_assignmentPortland 2105Inconsistent requirements on const_iterator's value_typePortland 2110remove can't swap but note says it mightPortland 2123merge() allocator requirements for lists versus forward listsPortland @@ -146,7 +146,7 @@ 2235Undefined behavior without proper requirements on basic_string constructorsBristol -Last Updated: 13-Aug-2013 +

Last Updated: 13-Aug-2013