From 0a0facd7c7af857096adf4204c504d73991d7896 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 5 Oct 2004 15:45:52 +0000 Subject: [PATCH] c++boost.gif -> boost.png replacement [SVN r25573] --- minmax/index.html | 2 +- string/doc/external_concepts.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/minmax/index.html b/minmax/index.html index 86a41a6..42bb831 100644 --- a/minmax/index.html +++ b/minmax/index.html @@ -10,7 +10,7 @@ -

Header <Header <boost/algorithm/minmax.hpp>

diff --git a/string/doc/external_concepts.html b/string/doc/external_concepts.html index 98ccf90..7a4a502 100644 --- a/string/doc/external_concepts.html +++ b/string/doc/external_concepts.html @@ -1,4 +1,4 @@ - Concepts and External Concepts

Concepts and External Concepts

Generic programming in C++ is characterized by the use of function and class templates where + Concepts and External Concepts

Concepts and External Concepts

Generic programming in C++ is characterized by the use of function and class templates where the template parameter(s) must satisfy certain requirements.Often these requirements are so important that we give them a name: we call such a set of type requirements a concept. We say that a type