From 0e8f5c7e9be4c93602289693e91412b7ea701281 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 28 Nov 2011 23:35:03 +0000 Subject: [PATCH] Release notes: add link to ISO C++ 2011 standard from the C++11 section. llvm-svn: 145317 --- clang/docs/ReleaseNotes.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index b4b00e21b5ff..17cb9259eaa2 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -233,9 +233,10 @@ modes.

C++11 Feature Support

Clang 3.0 adds support for more of the language -features added in the latest ISO C++ standard, C++11. Use --std=c++11 or -std=gnu++11 to enable support for these -features. The following are now considered to be of production quality: +features added in the latest ISO C++ standard, +C++ 2011. +Use -std=c++11 or -std=gnu++11 to enable support for +these features. The following are now considered to be of production quality: