From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id CA8913858D38; Thu, 10 Nov 2022 08:22:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA8913858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668068566; bh=zySJ7C4GMa0l4CHF0Oeyr7jaj/Kh7KXrXEVH24nxkrU=; h=To:Subject:Date:From:From; b=NKTgzBtOKafUANm2vF1+m1oeQ//K+upzyJ/mptaKMlPcTGM2mQx0T01lS5+dansJd SXqyLtOc0ttd+tSSP7apu+IoBXJP8L6pAX4GECyHnoPO8iZuRhpozUHPYJc+dVcC76 kA4ZN8heZGbOcuN2A/inM0/MZ53px4M8+gNQLcHo= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. bb0012176fc7ae9f2528a802a17b97be0bb776ae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 47984503327ac5338067f7637d67641478e08e5e X-Git-Newrev: bb0012176fc7ae9f2528a802a17b97be0bb776ae Message-Id: <20221110082246.CA8913858D38@sourceware.org> Date: Thu, 10 Nov 2022 08:22:46 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via bb0012176fc7ae9f2528a802a17b97be0bb776ae (commit) from 47984503327ac5338067f7637d67641478e08e5e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bb0012176fc7ae9f2528a802a17b97be0bb776ae Author: Gerald Pfeifer Date: Thu Nov 10 09:22:21 2022 +0100 gcc-4.8: Switch www.open-std.org to https diff --git a/htdocs/gcc-4.8/cxx0x_status.html b/htdocs/gcc-4.8/cxx0x_status.html index be9b93da..7fbe89df 100644 --- a/htdocs/gcc-4.8/cxx0x_status.html +++ b/htdocs/gcc-4.8/cxx0x_status.html @@ -20,7 +20,7 @@ of the C++11 standard produced by the ISO C++ committee. The standard is available from various national standards bodies; working papers from before the release of the standard are available on the ISO C++ committee's web site -at http://www.open-std.org/jtc1/sc22/wg21/. +at https://www.open-std.org/jtc1/sc22/wg21/. Since this standard has only recently been completed, the feature set provided by the experimental C++11 mode may vary greatly from one GCC version to another. No attempts will be made to preserve backward @@ -42,236 +42,236 @@ page.

Rvalue references - N2118 + N2118 Yes     Rvalue references for *this - N2439 + N2439 4.8.1 Initialization of class objects by rvalues - N1610 + N1610 Yes Non-static data member initializers - N2756 + N2756 Yes Variadic templates - N2242 + N2242 Yes     Extending variadic template template parameters - N2555 + N2555 Yes Initializer lists - N2672 + N2672 Yes Static assertions - N1720 + N1720 Yes auto-typed variables - N1984 + N1984 Yes     Multi-declarator auto - N1737 + N1737 Yes     Removal of auto as a storage-class specifier - N2546 + N2546 Yes     New function declarator syntax - N2541 + N2541 Yes New wording for C++11 lambdas - N2927 + N2927 Yes Declared type of an expression - N2343 + N2343 Yes     decltype and call expressions - N3276 + N3276 4.8.1 Right angle brackets - N1757 + N1757 Yes Default template arguments for function templates - DR226 + DR226 Yes Solving the SFINAE problem for expressions - DR339 + DR339 Yes Template aliases - N2258 + N2258 Yes Extern templates - N1987 + N1987 Yes Null pointer constant - N2431 + N2431 Yes Strongly-typed enums - N2347 + N2347 Yes Forward declarations for enums - N2764 + N2764 Yes Generalized attributes - N2761 + N2761 Yes Generalized constant expressions - N2235 + N2235 Yes Alignment support - N2341 + N2341 Yes Delegating constructors - N1986 + N1986 Yes Inheriting constructors - N2540 + N2540 Yes Explicit conversion operators - N2437 + N2437 Yes New character types - N2249 + N2249 Yes Unicode string literals - N2442 + N2442 Yes Raw string literals - N2442 + N2442 Yes Universal character name literals - N2170 + N2170 Yes User-defined literals - N2765 + N2765 Yes Standard Layout Types - N2342 + N2342 Yes Defaulted and deleted functions - N2346 + N2346 Yes Extended friend declarations - N1791 + N1791 Yes Extending sizeof - N2253 + N2253 Yes Inline namespaces - N2535 + N2535 Yes Unrestricted unions - N2544 + N2544 Yes Local and unnamed types as template arguments - N2657 + N2657 Yes Range-based for - N2930 + N2930 Yes Explicit virtual overrides - N2928 + N2928 Yes Minimal support for garbage collection and reachability-based leak detection - N2670 + N2670 No Allowing move constructors to throw [noexcept] - N3050 + N3050 Yes (core language only) Defining move special member functions - N3053 + N3053 Yes @@ -281,58 +281,58 @@ page.

Sequence points - N2239 + N2239 Yes Atomic operations - N2427 + N2427 Yes Strong Compare and Exchange - N2748 + N2748 Yes Bidirectional Fences - N2752 + N2752 Yes Memory model - N2429 + N2429 Yes Data-dependency ordering: atomics and memory model - N2664 + N2664 Yes Propagating exceptions - N2179 + N2179 Yes Abandoning a process and at_quick_exit - N2440 + N2440 Yes Allow atomics use in signal handlers - N2547 + N2547 Yes Thread-local storage - N2659 + N2659 Yes Dynamic initialization and destruction with concurrency - N2660 + N2660 Yes @@ -342,22 +342,22 @@ page.

__func__ predefined identifier - N2340 + N2340 Yes C99 preprocessor - N1653 + N1653 Yes long long - N1811 + N1811 Yes Extended integral types - N1988 + N1988 Yes ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-4.8/cxx0x_status.html | 124 +++++++++++++++++++-------------------- 1 file changed, 62 insertions(+), 62 deletions(-) hooks/post-receive -- gcc-wwwdocs