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