From dbd446f8065cc7309de0c45b89c78239121f3be2 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 31 Jan 2015 17:49:11 +0000 Subject: [PATCH] C++11 mention in doc Introduction --- Doc/Manual/Introduction.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/Manual/Introduction.html b/Doc/Manual/Introduction.html index 19d59a4df..9cc4277c9 100644 --- a/Doc/Manual/Introduction.html +++ b/Doc/Manual/Introduction.html @@ -334,8 +334,7 @@ major features include:

-Currently, the only major C++ feature not supported is nested classes--a limitation -that should be removed in a future release, but has some workarounds for the moment. +Most of C++11 is also supported. Details are in the C++11 section.