From 8512c9dd129b0a45d065cb3aa27f1e4231d06525 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 1 May 2008 21:34:42 +0000 Subject: [PATCH] Update 'more' links. [SVN r44996] --- string/doc/design.xml | 2 +- string/doc/external_concepts.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.