Re: std::istream_iterator::iterator ??

2008-07-02 Thread Martin Sebor
Mark Lee wrote: I saw strange example in Apache C++ Standard Library User's Guide http://stdcxx.apache.org/doc/stdlibug/2-3.html http://stdcxx.apache.org/doc/stdlibug/2-3.html std::istream_iterator::iterator where = std::find(intstream, eof, 7); I didn't compile this example.

std::istream_iterator::iterator ??

2008-07-02 Thread Mark Lee
I saw strange example in Apache C++ Standard Library User's Guide http://stdcxx.apache.org/doc/stdlibug/2-3.html http://stdcxx.apache.org/doc/stdlibug/2-3.html std::istream_iterator::iterator where = std::find(intstream, eof, 7); I didn't compile this example. I don't un