From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8364 invoked by alias); 27 Jul 2007 18:23:38 -0000 Received: (qmail 8310 invoked by uid 22791); 27 Jul 2007 18:23:37 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.177) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jul 2007 18:23:35 +0000 Received: by wa-out-1112.google.com with SMTP id m16so1012107waf for ; Fri, 27 Jul 2007 11:23:33 -0700 (PDT) Received: by 10.114.134.1 with SMTP id h1mr3218628wad.1185560612381; Fri, 27 Jul 2007 11:23:32 -0700 (PDT) Received: by 10.115.15.17 with HTTP; Fri, 27 Jul 2007 11:23:32 -0700 (PDT) Message-ID: <24b520d20707271123y4fa104f1xf7c77a96912d22ea@mail.gmail.com> Date: Fri, 27 Jul 2007 18:38:00 -0000 From: "Doug Gregor" To: "GCC Patches" Subject: [wwwdocs] Committed: document C++0x decltype MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg02004.txt.bz2 Decltype is in, so here is its documentation... already committed. - Doug Index: gcc-4.3/cxx0x_status.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/cxx0x_status.html,v retrieving revision 1.4 diff -u -r1.4 cxx0x_status.html --- gcc-4.3/cxx0x_status.html 31 May 2007 11:30:34 -0000 1.4 +++ gcc-4.3/cxx0x_status.html 27 Jul 2007 18:21:49 -0000 @@ -38,6 +38,7 @@ href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2152.pdf">Variadic templates
  • Rvalue references
  • +
  • Decltype
  • Headers <array>, <random>, <regex>, <tuple>, <type_traits>, <unordered_map>, and <unordered_set>. Plus, headers for C compatibility: Index: projects/cxx0x.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v retrieving revision 1.4 diff -u -r1.4 cxx0x.html --- projects/cxx0x.html 31 May 2007 11:30:38 -0000 1.4 +++ projects/cxx0x.html 27 Jul 2007 18:21:50 -0000 @@ -56,9 +56,7 @@ href="http://gcc.gnu.org/ml/gcc-patches/2007-04/msg00620.html">patch]
  • decltype - [patch]
  • + href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2115.pdf">decltype
  • Rvalue references