From 1c77a5a4abf422ae97f2683baab52d8c11b25378 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 14 Jan 2004 04:48:53 +0000 Subject: [PATCH] fix typo [SVN r21723] --- doc/facade-and-adaptor.html | 2 +- doc/indirect_reference_ref.rst | 2 +- doc/pointee.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/facade-and-adaptor.html b/doc/facade-and-adaptor.html index f754bcf..18fec05 100755 --- a/doc/facade-and-adaptor.html +++ b/doc/facade-and-adaptor.html @@ -1340,7 +1340,7 @@ explicit or partial specializations of ind if ( ++x is ill-formed ) return ``pointee<Dereferenceable>::type&`` else - std::iterator_traits<Dereferenceable>::value_type + std::iterator_traits<Dereferenceable>::reference
diff --git a/doc/indirect_reference_ref.rst b/doc/indirect_reference_ref.rst index 280ce44..f222d7e 100755 --- a/doc/indirect_reference_ref.rst +++ b/doc/indirect_reference_ref.rst @@ -24,6 +24,6 @@ if ( ++x is ill-formed ) return ``pointee::type&`` else - std::iterator_traits::value_type + std::iterator_traits::reference \ No newline at end of file diff --git a/doc/pointee.html b/doc/pointee.html index 43a0b57..4ca16d8 100755 --- a/doc/pointee.html +++ b/doc/pointee.html @@ -165,7 +165,7 @@ explicit or partial specializations of ind if ( ++x is ill-formed ) return ``pointee<Dereferenceable>::type&`` else - std::iterator_traits<Dereferenceable>::value_type + std::iterator_traits<Dereferenceable>::reference