|
From: Edward A. <ep...@do...> - 2002-04-15 19:19:32
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 15 Apr 2002, Geoff Hutchison wrote: >>Another problem I found was the use of deprecated headers. Instead of >><foo.h> newer compilers would prefer you to use <foo> and then access >>the 'std' namespace explicitly. > >Yes, and lots of people have older compilers that don't like the <foo> >notation. Even today? I didn't expect that. But anyway, the actual bug is just with the configure script. Whether to fix the configure bug by changing to newstyle headers everywhere is a separate decision - and obviously not as clear-cut as I thought. >Of course if we just do this and the compiler doesn't know that ><fstream.h> and <fstream> should be the same, it'll break. Yes, maybe the best option is to have configure just ignore the compiler warning when testing for the presence of <fstream.h>. - -- Ed Avis <ep...@do...> Finger for PGP key -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8uye9IMp73jhGogoRAtflAJ4lBD8OZzcadI+WR1G5s09t+R6CNgCeNJ1Y On/QvpyW2MUJOR1SMoUvDxY= =gePz -----END PGP SIGNATURE----- |