C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Features and Keywords of Version 2 Native C++
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
E-5
Keywords Added for the D45 Product Release
The new lookup rules for member references of the form x.A::B and p->A::B
are not yet implemented.
[3.4.3 Qualified name look up]
The notation :: template (and ->template, and so on) is not implemented
[3.4.5 Class member access]
Template template parameters are not implemented.
[14.1 Template parameters]
Finding friend functions of the argument class types on name lookup on the
function name in calls is not implemented.
[14.5.3 Friends]
Keywords Added for the D45 Product Release
These keywords were introduced at the D45 release. Existing TNS/R native programs
that use any of these keywords as identifiers must be changed to rename these
identifiers.
and
and_eq
bitand
bitor
bool
catch
compl
dynamic_cast
explicit
false
mutable
namespace
not
not_eq
or
or_eq
throw
true
try
typeid
typename
using
wchar_t
xor
xor_eq