forked from boostorg/type_traits
Typo fix.
[SVN r20113]
This commit is contained in:
@ -572,9 +572,9 @@ has.</p>
|
||||
copy constructor.</td>
|
||||
<td bgcolor="#C0C0C0"> </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"> </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
|
||||
|
Reference in New Issue
Block a user