Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!husc6!harvard!caip!nike!styx!lll-crg!lll-lcc!qantel!hplabs!hpda!hpisoa2!hpitg!alice!bs@alice From: bs@alice Newsgroups: net.lang.c++ Subject: stream package definition Message-ID: <5351@alice> Date: Sat, 26-Apr-86 19:29:00 EDT Article-I.D.: alice.5351 Posted: Sat Apr 26 19:29:00 1986 Date-Received: Tue, 13-May-86 00:54:56 EDT Lines: 14 > From: Jim Mayer > Path: ..!rochester!mayer > > There is a minor problem in the definition of the "stream" package, as > defined in the book and in the 1.0 release: > > ostream& operator<<(char *); > > This should really be: > > ostream& operator<<(const char *); Yes, that is what we are doing here now. In general, ``const'' was not used systematically enough in release 1.0.