From 75302bb82d587bc433449c703fa140d9e3fed4f9 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 3 Dec 2007 19:54:56 +0000 Subject: [PATCH] Update a couple of links. [SVN r41656] --- string/doc/external_concepts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/string/doc/external_concepts.html b/string/doc/external_concepts.html index 7a4a502..58b8309 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.