forked from boostorg/algorithm
c++boost.gif -> boost.png replacement
[SVN r25573]
This commit is contained in:
@ -10,7 +10,7 @@
|
|||||||
</HEAD>
|
</HEAD>
|
||||||
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
|
<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
|
||||||
|
|
||||||
<h2><img src="../../../c++boost.gif" WIDTH="276" HEIGHT="86">Header <<A
|
<h2><img src="../../../boost.png" WIDTH="276" HEIGHT="86">Header <<A
|
||||||
HREF="../../../../boost/minmax.hpp">boost/algorithm/minmax.hpp</A>> </H2>
|
HREF="../../../../boost/minmax.hpp">boost/algorithm/minmax.hpp</A>> </H2>
|
||||||
|
|
||||||
<quote>
|
<quote>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title> Concepts and External Concepts </title><meta http-equiv="Content-Type"content="text/html; charset=iso-8859-1"></head> <body><table ><tr ><td ><img src="cboost.gif" width="100%" border="0"></td><td ><h1 >Concepts and External Concepts</h1></td></tr></table><p >Generic programming in C++ is characterized by the use of function and class templates where
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title> Concepts and External Concepts </title><meta http-equiv="Content-Type"content="text/html; charset=iso-8859-1"></head> <body><table ><tr ><td ><img src="../../../../boost.png" width="100%" border="0"></td><td ><h1 >Concepts and External Concepts</h1></td></tr></table><p >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
|
the template parameter(s) must satisfy certain requirements.Often these
|
||||||
requirements are so important that we give them a name: we call
|
requirements are so important that we give them a name: we call
|
||||||
such a set of type requirements a <b>concept</b>. We say that a type <i>
|
such a set of type requirements a <b>concept</b>. We say that a type <i>
|
||||||
|
Reference in New Issue
Block a user