From a13a2976c2211f06e359d7cfd96a78e80df2567e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Dec 2010 12:00:24 +0200 Subject: Cosmetic change (rename naked pointer to raw pointer) --- doc/manual.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/manual.xhtml b/doc/manual.xhtml index aa58a86..84ccd0d 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -3501,7 +3501,7 @@ class person }; -

If you would like to use a naked pointer as an object pointer, +

If you would like to use the raw pointer as an object pointer, you can use * as a shortcut:

@@ -3515,7 +3515,7 @@ class person
   

If a pointer type is not explicitly specified, the default pointer, specified with the --default-pointer ODB compiler option, is used. If this option is not specified - either, then the naked pointer is used by default.

+ either, then the raw pointer is used by default.

For additional information on object pointers, refer to Section @@, "".

-- cgit v1.1