[SVN r12360]
This commit is contained in:
Beman Dawes 2002-01-19 16:07:28 +00:00
parent 7387966005
commit 2988140430
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -895,7 +895,7 @@ bool operator==(const iterator_adaptor&lt;B1,P,V1,R1,P1,C,D&gt;&amp;,
<hr>
<p>Revised
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->18 Sep 2001<!--webbot bot="Timestamp" endspan i-checksum="14941" -->
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->30 Nov 2001<!--webbot bot="Timestamp" endspan i-checksum="15239" -->
<p>&copy; Copyright Dave Abrahams and Jeremy Siek 2001. Permission to copy,

View File

@ -35,4 +35,4 @@ int main()
object1 = object2;
return 0;
} // main