Typo fix.

[SVN r20113]
This commit is contained in:
Eric Friedman
2003-09-19 07:40:06 +00:00
parent df11683ba2
commit 9c7099c693

View File

@ -572,9 +572,9 @@ has.</p>
copy constructor.</td>
<td bgcolor="#C0C0C0">&nbsp;</td>
<td align="center" bgcolor="#C0C0C0"><p align="left">Without
some (as yet unspecified) help from the compiler, <code>has_nothrow_destructor
</code>will never report that a class or struct has a non-throwing
destructor; this is always safe, if possibly sub-optimal.</p>
some (as yet unspecified) help from the compiler, <code>has_nothrow_copy
</code>will never report that a class or struct has a non-throwing copy
constructor; this is always safe, if possibly sub-optimal.</p>
<p align="left">If the compiler does not support partial-specialization
of class templates, then this template can not be used
with function types.</p>
@ -588,7 +588,7 @@ has.</p>
assignment operator.</td>
<td bgcolor="#C0C0C0">&nbsp;</td>
<td align="center" bgcolor="#C0C0C0"><p align="left">Without
some (as yet unspecified) help from the compiler, <code>has_nothrow_destructor
some (as yet unspecified) help from the compiler, <code>has_nothrow_assign
</code>will never report that a class or struct has a non-throwing
assignment operator; this is always safe, if possibly sub-optimal.</p>
<p align="left">If the compiler does not support partial-specialization