From 836d8b1c641c12832bb6a776601f4e3b4250fd74 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Thu, 29 Mar 2001 04:08:38 +0000 Subject: [PATCH] added spaces in name [SVN r9673] --- CopyConstructible.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CopyConstructible.html b/CopyConstructible.html index 466d66d..85ee88a 100644 --- a/CopyConstructible.html +++ b/CopyConstructible.html @@ -11,7 +11,7 @@ -- purpose. It is provided "as is" without express or implied warranty. --> -CopyConstructible +Copy Constructible @@ -19,10 +19,10 @@ ALT="C++ Boost" width="277" height="86">
-

CopyConstructible

+

Copy Constructible

Description

-A type is CopyConstructible if it is possible to copy objects of that +A type is Copy Constructible if it is possible to copy objects of that type.

Notation

@@ -32,7 +32,7 @@ type. T -is type that is a model of CopyConstructible +is type that is a model of Copy Constructible @@ -194,7 +194,7 @@ denotes the address of u

See also

DefaultConstructible +href="http://www.sgi.com/tech/stl/DefaultConstructible.html">Default Constructible and Assignable