Thread: libpq++ bug ?

libpq++ bug ?

From
Stuart Foster
Date:
I'm not sure if this is the correct list to post this, if not could
someone let me know what is.

I am using libpq++ on linux I noticed that it is including some files
from the pgsql. However the #include statement is using quotes, which
means you have to include the pgsql path. The problem with this is that
that directory includes files like c.h and config.h which are pretty
common names, which is causing conflicts with other things. Would it not
be better to force the include statement to use the pgsql files and not
include the pgsql directory in the path?

Stuart