diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2013-09-28 01:52:18 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2013-09-28 01:52:18 +0000 |
commit | ba132bb198260254296fa2905f45e38c5d16ae3d (patch) | |
tree | 37c090d17c6d74ac05d9ea38b5176844079870e8 | |
parent | 3fddccfa43e8c2904da810794bd2dd0d8085e30a (diff) | |
download | bcm5719-llvm-ba132bb198260254296fa2905f45e38c5d16ae3d.tar.gz bcm5719-llvm-ba132bb198260254296fa2905f45e38c5d16ae3d.zip |
Fixed bad link for n3789; thanks to Chip Davis for the catch
llvm-svn: 191598
-rw-r--r-- | libcxx/www/cxx1y_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/www/cxx1y_status.html b/libcxx/www/cxx1y_status.html index 4a04b4f79b7..19bd2ed41e0 100644 --- a/libcxx/www/cxx1y_status.html +++ b/libcxx/www/cxx1y_status.html @@ -96,7 +96,7 @@ <tr><td></td><td></td><td></td><td></td><td></td><td></td></tr> <tr><td><a href="http://wiki.edg.com/twiki/pub/Wg21chicago2013/FormalMotions/N3779-complex_literals.pdf">3779</a></td><td>LWG</td><td>User-defined Literals for std::complex</td><td>Chicago</td><td></td><td></td></tr> <tr><td><a href="http://wiki.edg.com/twiki/pub/Wg21chicago2013/FormalMotions/N3775.pdf">3775</a></td><td>LWG</td><td>Deprecating rand() and Friends</td><td>Chicago</td><td></td><td></td></tr> - <tr><td><a href="http://http://wiki.edg.com/twiki/pub/Wg21chicago2013/FormalMotions/N3789.txt">3789</a></td><td>LWG</td><td>Constexpr Library Additions: functional</td><td>Chicago</td><td></td><td></td></tr> + <tr><td><a href="http://wiki.edg.com/twiki/pub/Wg21chicago2013/FormalMotions/N3789.txt">3789</a></td><td>LWG</td><td>Constexpr Library Additions: functional</td><td>Chicago</td><td></td><td></td></tr> <!-- <tr><td></td><td></td><td></td><td></td><td></td><td></td></tr> --> </table> |