mirror of https://github.com/CGAL/cgal
c++0x is c++11
This commit is contained in:
parent
88a8731ebf
commit
1856f12f18
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue