From 2988140430f66a9dbd5c108f5d49620ccb94d608 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Sat, 19 Jan 2002 16:07:28 +0000 Subject: [PATCH] tabs [SVN r12360] --- fun_out_iter_example.cpp | 2 +- iterator_adaptors.htm | 2 +- noncopyable_test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fun_out_iter_example.cpp b/fun_out_iter_example.cpp index fbd22f9..dc84d39 100644 --- a/fun_out_iter_example.cpp +++ b/fun_out_iter_example.cpp @@ -33,7 +33,7 @@ int main(int, char*[]) std::string s = ""; std::copy(x.begin(), x.end(), - boost::make_function_output_iterator(string_appender(s))); + boost::make_function_output_iterator(string_appender(s))); std::cout << s << std::endl; diff --git a/iterator_adaptors.htm b/iterator_adaptors.htm index c99ef39..06c022d 100644 --- a/iterator_adaptors.htm +++ b/iterator_adaptors.htm @@ -895,7 +895,7 @@ bool operator==(const iterator_adaptor<B1,P,V1,R1,P1,C,D>&,

Revised - 18 Sep 2001 + 30 Nov 2001

© Copyright Dave Abrahams and Jeremy Siek 2001. Permission to copy, diff --git a/noncopyable_test.cpp b/noncopyable_test.cpp index e5103fb..6ff951d 100644 --- a/noncopyable_test.cpp +++ b/noncopyable_test.cpp @@ -35,4 +35,4 @@ int main() object1 = object2; return 0; } // main - \ No newline at end of file +