This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

class scope problem


The following code compiles neither with the snapshot 2.92.17 nor with
egcs-1.1. Is it my, the compilers or the libraries fault?

#include <fstream>
ifstream ist( "foo", binary );
 
Of course I could construct a similar testcase without the library, but
that would be *much* larger :) .
My OS is linux.

                  
Thomas Kunert


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]