From 1856f12f18eac825d372275c6f5eee4e94e40642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 4 Oct 2012 08:27:11 +0000 Subject: [PATCH] c++0x is c++11 --- Manual/doc_tex/Preliminaries/main.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Manual/doc_tex/Preliminaries/main.tex b/Manual/doc_tex/Preliminaries/main.tex index 9c9d10078f4..b614edd5a2d 100644 --- a/Manual/doc_tex/Preliminaries/main.tex +++ b/Manual/doc_tex/Preliminaries/main.tex @@ -99,13 +99,14 @@ to force its definition on the command line, and it is possible to prevent its d definition by setting \ccc{CGAL_HAS_NO_THREADS} from the command line. -\section{C++0x Support} +\section{C++11 Support} \cgal\ is based on the \CC\ standard released in 1998 (and later refined in 2003). -A new major version of this standard is being prepared, and is refered to as C++0x. +A new major version of this standard has been released, and is refered to as C++11. Some compilers and standard library implementations already provide some of the -functionality of this new standard, as a preview. For example, \gcc\ provides -a command-line switch \ccc{-std=c++0x} which enables some of those features. +functionality of this new standard. For example, \gcc\ provides +a command-line switch (\ccc{-std=c++0x} or \ccc{-std=c++11} depending on the compiler version) +which enables some of those features. \cgal\ attempts to support this mode progressively, and already makes use of some of these features if they are available, although no extensive support has