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 +