Boost logo

Boost-Commit :

From: chochlik_at_[hidden]
Date: 2008-07-16 12:39:32


Author: matus.chochlik
Date: 2008-07-16 12:39:31 EDT (Wed, 16 Jul 2008)
New Revision: 47476
URL: http://svn.boost.org/trac/boost/changeset/47476

Log:
[mirror 0.2.x]
- Minor doc update
Text files modified:
   sandbox/mirror/libs/mirror/doc/reference/meta_namespace.xml | 2 +-
   sandbox/mirror/libs/mirror/doc/reference/meta_type.xml | 4 ++--
   2 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/mirror/libs/mirror/doc/reference/meta_namespace.xml
==============================================================================
--- sandbox/mirror/libs/mirror/doc/reference/meta_namespace.xml (original)
+++ sandbox/mirror/libs/mirror/doc/reference/meta_namespace.xml 2008-07-16 12:39:31 EDT (Wed, 16 Jul 2008)
@@ -63,7 +63,7 @@
                                         </para>
                                         <para>The first argument must be either <code>mpl::true_</code> for full type name
                                         or <code>mpl::false_</code> for base type name and the second argument must be
- a specialization of the <code>::std::char_traits</code> template with <code>char</code>
+ an instance of the <code>::std::char_traits</code> template with <code>char</code>
                                         for <code>::std::string</code> return value type or <code>wchar_t</code> for
                                         <code>::std::wstring</code> return value type.
                                         </para>

Modified: sandbox/mirror/libs/mirror/doc/reference/meta_type.xml
==============================================================================
--- sandbox/mirror/libs/mirror/doc/reference/meta_type.xml (original)
+++ sandbox/mirror/libs/mirror/doc/reference/meta_type.xml 2008-07-16 12:39:31 EDT (Wed, 16 Jul 2008)
@@ -37,7 +37,7 @@
                                 <section id="mirror.meta_type.reference.sample01">
                                         <title>Example - Basic usage</title>
                                         <para>This sample code shows how to reflect a type and how to get its full type name.
- Since various specializations of <code>::std::pair</code> are reflected,
+ Since various instances of <code>::std::pair</code> are reflected,
                                         the <code><classname>meta_type</classname></code>s for this template need to be
                                         included.
                                         </para>
@@ -75,7 +75,7 @@
                                         </para>
                                         <para>The first argument must be either <code>mpl::true_</code> for full type name
                                         or <code>mpl::false_</code> for base type name and the second argument must be
- a specialization of the <code>::std::char_traits</code> template with <code>char</code>
+ an instance of the <code>::std::char_traits</code> template with <code>char</code>
                                         for <code>::std::string</code> return value type or <code>wchar_t</code> for
                                         <code>::std::wstring</code> return value type.
                                         </para>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk