Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21e2feb8f48b1a9

Jump to content

Talk:C++11

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia

Incorrect example for regular expression.

[edit]

It seems to be incorrect.

Fixed. 2022 Dec 9  Preceding unsigned comment added by Basilmozzarella (talkcontribs) 01:07, 10 December 2022 (UTC)Reply

global std::begin and std::end not described

[edit]

https://en.cppreference.com/w/cpp/iterator/begin - since C++11 (accompanied with std::cbegin and std::cend in C++14)  Preceding unsigned comment added by Asashnov (talkcontribs) 15:56, 14 December 2022 (UTC)Reply

Inaccurate or incomplete citation of Sutter & Alexandrescu 2005

[edit]

Citation 10 reads "Sutter, Alexandrescu 'C++ coding standards' #15", and is placed in a section describing C++03 loopholes that were the historical context for C++11's "Rvalue references and move constructors" feature. However, in my copy of "C++ Coding Standards: 101 Rules, Guidelines, and Best Practices" (from 2005, ISBN 0-321-11358-6), item 15 does not relate to this topic. 24.19.128.219 (talk) 21:43, 22 October 2024 (UTC)Reply

Reference material for the section "Rvalue references and move constructors"

[edit]

This is the paper that started move semantics: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1377.htm. Seems like a good reference to include. ~2026-31370-86 (talk) 01:36, 27 May 2026 (UTC)Reply