Normal C++ mode
By default (or with the -Xd option), the compiler
implements almost all of the language and library features
of the ISO standard. The only features in the standard that
are not implemented are:
-
Two-phase name binding in templates, as described in
sections 14.6 and 14.6.2 of the standard, is not
implemented.
-
A partial specialization of a class member template cannot
be added outside of the class definition.
-
The export keyword for templates is not implemented.
-
Placement delete is not implemented.
-
Function-try-block (a try block that is the top-level
statement of a function, constructor, or destructor)
is not implemented.
-
Support for multibyte characters in source is not implemented
(but support for universal character set escapes such as \u05d0
is implemented).
-
String literals do not have const type.
Next topic:
Extensions accepted in normal C++ mode
Previous topic:
C++ dialect accepted
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004