diff --git a/index.htm b/index.htm index d6b4230..7f9ffa8 100644 --- a/index.htm +++ b/index.htm @@ -572,9 +572,9 @@ has.

copy constructor.  

Without - some (as yet unspecified) help from the compiler, has_nothrow_destructor - will never report that a class or struct has a non-throwing - destructor; this is always safe, if possibly sub-optimal.

+ some (as yet unspecified) help from the compiler, has_nothrow_copy + will never report that a class or struct has a non-throwing copy + constructor; this is always safe, if possibly sub-optimal.

If the compiler does not support partial-specialization of class templates, then this template can not be used with function types.

@@ -588,7 +588,7 @@ has.

assignment operator.  

Without - some (as yet unspecified) help from the compiler, has_nothrow_destructor + some (as yet unspecified) help from the compiler, has_nothrow_assign will never report that a class or struct has a non-throwing assignment operator; this is always safe, if possibly sub-optimal.

If the compiler does not support partial-specialization