r181533 - Switch C++1y paper links back to the canonical location at open-std.org now that the post-Bristol mailing has shipped.

Richard Smith richard-llvm at metafoo.co.uk
Thu May 9 11:53:18 PDT 2013


Author: rsmith
Date: Thu May  9 13:53:17 2013
New Revision: 181533

URL: http://llvm.org/viewvc/llvm-project?rev=181533&view=rev
Log:
Switch C++1y paper links back to the canonical location at open-std.org now that the post-Bristol mailing has shipped.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=181533&r1=181532&r2=181533&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu May  9 13:53:17 2013
@@ -426,7 +426,7 @@ available.</p>
     </tr>
     <tr>
       <td>decltype(auto)</td>
-      <td rowspan=2 style="vertical-align:middle"><a href="http://isocpp.org/files/papers/N3638.html">N3638</a></td>
+      <td rowspan=2 style="vertical-align:middle"><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td>
       <td class="svn" align="center">Clang 3.3</td>
     </tr>
     <tr>
@@ -435,38 +435,38 @@ available.</p>
     </tr>
     <tr>
       <td>Runtime-sized arrays with automatic storage duration</td>
-      <td><a href="http://isocpp.org/files/papers/N3639.html">N3639</a></td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a></td>
       <td class="partial" align="center">Partial</td>
     </tr>
     <tr>
       <td>Initialized lambda captures</td>
-      <td><a href="http://isocpp.org/files/papers/N3648.html">N3648</a></td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3648.html">N3648</a></td>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
       <td>Generic lambdas</td>
-      <td><a href="http://isocpp.org/files/papers/N3649.html">N3649</a></td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html">N3649</a></td>
       <td class="partial" align="center">
         No [<a href="https://github.com/faisalv/clang-glambda">WIP</a>]</td>
     </tr>
     <tr>
       <td>Variable templates</td>
-      <td><a href="http://isocpp.org/files/papers/N3651.pdf">N3651</a></td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3651.pdf">N3651</a></td>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
       <td>Relaxing requirements on constexpr functions</td>
-      <td><a href="http://isocpp.org/files/papers/N3652.html">N3652</a></td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3652.html">N3652</a></td>
       <td class="partial" align="center">Partial</td>
     </tr>
     <tr>
       <td>Member initializers and aggregates</td>
-      <td><a href="http://isocpp.org/files/papers/N3653.html">N3653</a></td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3653.html">N3653</a></td>
       <td class="svn" align="center">Clang 3.3</td>
     </tr>
     <tr>
       <td>Clarifying memory allocation</td>
-      <td><!--<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">-->N3664<!--</a>--></td>
+      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">N3664</a></td>
       <td class="full" align="center">Yes</td>
     </tr>
 </table>





More information about the cfe-commits mailing list