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