On Mon, 16 May 2011 21:37:18 -0400
"James K. Lowden" <jklowden (AT) schemamania (DOT) org> wrote:
Quote:
I was able to build projectD on Ubuntu
Linux with similar patches. |
One brief comment on my patch. I don't understand the apparent
reluctance/conservatism w.r.t. iostream vs. iostream.h and the std::
namespace. Everything I compile on uses GNU or Microsoft's compiler,
and has used the std:: namespace for, what, 15 years? At least.
So, my approach was just to rip out all references to iostream.h, make
sure to reference std:

stream in the .hpp files (that's the *only*
reference!) and add "using namespace std;" to the .cpp files.
Is there really an environment these days still using the pre-standard
header files? That Ingres would support?
I'm just asking....
--jkl