Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!uw-beaver!uw-june!uw-entropy!dataio!pilchuck!ssc!happym!polari!rlb From: rlb@polari.UUCP (rlb) Newsgroups: comp.lang.c++ Subject: C++ manual problem Keywords: C++, declarations Message-ID: <461@polari.UUCP> Date: 26 May 88 14:11:30 GMT Organization: Polarserv, Seattle WA Lines: 9 In the reference manual portion of "The C++ Programming Language": The first sentence in section 8.4 ends in "yields an object of the indicated type and storage class." I assert that "and storage class" should be deleted unless "auto char *foo;" really means that "foo" may only point to automatic variables (in which case, I would like to know that fact). Is this assertion correct? -Ron Burk