diff --git a/string/doc/design.xml b/string/doc/design.xml index 980c722..dc6ec64 100644 --- a/string/doc/design.xml +++ b/string/doc/design.xml @@ -217,7 +217,7 @@ For more information about the exception safety topics, follow this - link + link diff --git a/string/doc/external_concepts.html b/string/doc/external_concepts.html index 7a4a502..2a57301 100644 --- a/string/doc/external_concepts.html +++ b/string/doc/external_concepts.html @@ -31,7 +31,7 @@ typedef implementation defined foo_type;

The corresponding external concept is the ExternalFooConcept.

A type T fullfills the ExternalFooConcept if these free-standing functions and type-generators exists:

void foo( const T&, int );
int bar( T& );
- foo_type_of< T >::type;



Literature


© Thorsten Ottosen 2003-2004 (nesotto_AT_cs.auc.dk). + foo_type_of< T >::type;


Literature


© Thorsten Ottosen 2003-2004 (nesotto_AT_cs.auc.dk). Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.