summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2014-03-17 20:19:44 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2014-03-17 20:19:44 +0000
commitf9f95be93091c60e7c9034670f298d5a2fba8686 (patch)
treeeebe990f7d6ee6ce73812feb86c0bb04cd65faa7 /www
parentcb036e3f2cd6c76d5037c6a4ec63dc42d6d20d0c (diff)
downloadexternal_libcxx-f9f95be93091c60e7c9034670f298d5a2fba8686.tar.gz
external_libcxx-f9f95be93091c60e7c9034670f298d5a2fba8686.tar.bz2
external_libcxx-f9f95be93091c60e7c9034670f298d5a2fba8686.zip
Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex
This is as straightforward as it sounds, a renamed from shared_mutex to shared_timed_mutex. Note that libcxx .dylib and .so files built with c++14 support need to be rebuilt. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@204078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx1y_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html
index dbdeedd13..5516e3418 100644
--- a/www/cxx1y_status.html
+++ b/www/cxx1y_status.html
@@ -101,7 +101,7 @@
<tr><td><a href="http://isocpp.org/files/papers/N3924.pdf">3924</a></td><td>LWG</td><td>Discouraging rand() in C++14</td><td>Issaquah</td><td>Complete</td><td>3.5</td></tr>
<tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3887">3887</a></td><td>LWG</td><td>Consistent Metafunction Aliases</td><td>Issaquah</td><td>Complete</td><td>3.5</td></tr>
- <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3891">3891</a></td><td>SG1</td><td>A proposal to rename shared_mutex to shared_timed_mutex</td><td>Issaquah</td><td></td><td></td></tr>
+ <tr><td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3891">3891</a></td><td>SG1</td><td>A proposal to rename shared_mutex to shared_timed_mutex</td><td>Issaquah</td><td>Complete</td><td>3.5</td></tr>
<!-- <tr><td></td><td></td><td></td><td></td><td></td><td></td></tr> -->
</table>