public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: no matching function (now subclassing iostream)
       [not found] <20010210191402.A31077@mediaone.net>
@ 2001-02-11  5:49 ` Roger Collins
  0 siblings, 0 replies; only message in thread
From: Roger Collins @ 2001-02-11  5:49 UTC (permalink / raw)
  To: gcc

Craig Rodrigues has also reproduced this problem.  Here's what I wrote to
him.

I think deriving any class from iostream will do it...

#include <iostream.h>

class PSystemLog : public iostream {
  public:
    PSystemLog() { }
};

main()
{
        PSystemLog log;
        cout << "hello world\n";
}


> -----Original Message-----
> From: Craig Rodrigues [ mailto:rodrigc@mediaone.net ]
> Sent: Saturday, February 10, 2001 7:14 PM
> To: Roger Collins
> Subject: Re: no matching function
>
>
> Hi,
>
> Can you isolate your problem to a reproducible test case?
> --
> Craig Rodrigues
> http://www.gis.net/~craigr
> rodrigc@mediaone.net
>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-02-11  5:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010210191402.A31077@mediaone.net>
2001-02-11  5:49 ` no matching function (now subclassing iostream) Roger Collins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).