bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suggestion regarding header files...


From: Federico Montesino Pouzols
Subject: Re: Suggestion regarding header files...
Date: Sat, 2 Nov 2002 14:13:39 +0100
User-agent: Mutt/1.4i

        I see. your solution seems much better. We will also have to
put the '#include <xml.h>' in common.h inside an #ifdef. And we should
also apply the #error idea to ftp.h and piostream, which are optional
too.

        If there is no objection, this will be done within a few days.

On Fri, Nov 01, 2002 at 07:39:17PM -0600, Ari Johnson wrote:
> 
> If you compiled without XML support, but you try to include cc++/xml.h,
> you should be informed that you're trying to use a part of the library
> that you didn't install.  I think that xml.h is a good place to put this,
> and also that it should be an #error (just like trying to start a car
> without an engine is an error and not something that can be ignored as a
> warning).
>  -- Ari Johnson
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]