added spaces in name

[SVN r9673]
This commit is contained in:
Jeremy Siek 2001-03-29 04:08:38 +00:00
parent 98d8c8ab71
commit 836d8b1c64

View File

@ -11,7 +11,7 @@
-- purpose. It is provided "as is" without express or implied warranty.
-->
<Head>
<Title>CopyConstructible</Title>
<Title>Copy Constructible</Title>
</HEAD>
<BODY BGCOLOR="#ffffff" LINK="#0000ee" TEXT="#000000" VLINK="#551a8b"
ALINK="#ff0000">
@ -19,10 +19,10 @@
ALT="C++ Boost" width="277" height="86">
<!--end header-->
<BR Clear>
<H1>CopyConstructible</H1>
<H1>Copy Constructible</H1>
<h3>Description</h3>
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.
<h3>Notation</h3>
@ -32,7 +32,7 @@ type.
<tt>T</tt>
</TD>
<TD VAlign=top>
is type that is a model of CopyConstructible
is type that is a model of Copy Constructible
</TD>
</TR>
@ -194,7 +194,7 @@ denotes the address of <tt>u</tt>
<h3>See also</h3>
<A
href="http://www.sgi.com/tech/stl/DefaultConstructible.html">DefaultConstructible</A>
href="http://www.sgi.com/tech/stl/DefaultConstructible.html">Default Constructible</A>
and
<A hrefa="./Assignable.html">Assignable</A>