From 0ec3dac78d578d311e38bc4f83a4ab2cd3949b4c Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 25 May 2009 20:06:26 +0000 Subject: [PATCH] Use local copy of the valid HTML 4.01 icon, and make sure all the pages that use it are valid. Merged revisions 53047-53048 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53047 | danieljames | 2009-05-16 15:17:20 +0100 (Sat, 16 May 2009) | 1 line Fix some validation errors. ........ r53048 | danieljames | 2009-05-16 15:23:59 +0100 (Sat, 16 May 2009) | 1 line Use a local copy of the valid HTML 4.01 icon. ........ [SVN r53258] --- binders.html | 2 +- function_traits.html | 2 +- index.html | 2 +- mem_fun.html | 2 +- negators.html | 2 +- ptr_fun.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/binders.html b/binders.html index f30ed90..30c2c4b 100644 --- a/binders.html +++ b/binders.html @@ -144,7 +144,7 @@ binder2nd(const Operation& x,

Valid HTML 4.01 Transitional

Revised diff --git a/function_traits.html b/function_traits.html index 65fbd9f..c0ce510 100644 --- a/function_traits.html +++ b/function_traits.html @@ -216,7 +216,7 @@ class unary_negate : // ...


Valid HTML 4.01 Transitional

Revised diff --git a/index.html b/index.html index 29ea0d2..86d8bac 100644 --- a/index.html +++ b/index.html @@ -246,7 +246,7 @@ std::for_each(c.begin(), c.end(),


Valid HTML 4.01 Transitional

Revised diff --git a/mem_fun.html b/mem_fun.html index 901ec2a..23dc102 100644 --- a/mem_fun.html +++ b/mem_fun.html @@ -185,7 +185,7 @@ S operator()(T* p, typename call_traits<A>::param_type x) const


Valid HTML 4.01 Transitional

Revised diff --git a/negators.html b/negators.html index 226b0d0..9d31750 100644 --- a/negators.html +++ b/negators.html @@ -141,7 +141,7 @@ bool operator()(typename call_traits<typename Predicate::argument_type>::p


Valid HTML 4.01 Transitional

Revised diff --git a/ptr_fun.html b/ptr_fun.html index 10c0ac3..0dc62b4 100644 --- a/ptr_fun.html +++ b/ptr_fun.html @@ -141,7 +141,7 @@ Result operator()(typename call_traits<Arg>::param_type x) const


Valid HTML 4.01 Transitional

Revised