Boost logo

Boost :

From: Victor A. Wagner, Jr. (vawjr_at_[hidden])
Date: 2002-05-17 03:03:05


At Thursday 2002/05/16 10:27, you wrote:
>The problem seems to be:
>
> friend std::ostream& operator<<(std::ostream& os, const shuffle_output& s)
> {
> os << s._rng << " " << s.y << " ";
> std::copy(s.v, s.v+k, std::ostream_iterator<result_type>(os, " "));

std::copy(s.v, s.v+k,
std::ostream_iterator<shuffle_output::result_type>(os, " "));
won't that work??

> return os;
> }
>
>I believe that "result_type" is upsetting gcc. Is this code correct?
>As a friend (not a member function), does operator<< have access to
>the result_type typedef? Any idea how to fix it?
>_______________________________________________
>Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Victor A. Wagner Jr. http://rudbek.com
PGP RSA fingerprint = 4D20 EBF6 0101 B069 3817 8DBF C846 E47A
PGP D-H fingerprint = 98BC 65E3 1A19 43EC 3908 65B9 F755 E6F4 63BB 9D93
The five most dangerous words in the English language:
               "There oughta be a law"


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk