Piotr Dobrogost wrote: > Hi > > In config.h one finds this > > /* when building cURLpp itself */ > /* #undef BUILDING_CURLPP */ > > and right below this > > /* when not building a shared library */ > /* #undef CURLPP_STATICLIB */ > > I think the comment to the second macro is inconsistent with the comment > to the first one. > I think these comments say in what situation one should remove a comment > from the macro. If so then the second comment should be > /* when building a shared library */ instead of > /* when not building a shared library */ ("not" should be removed") > > Regards > Piotr Dobrogost
Of course the first one is wrong as well. It should be "when _not_ building cURLpp itself". Bottom line that would be even better if either both comments have negation or both don't as both of macros are #undef 1. "when not building cURLpp itself" 2. "when not building a static library (when building shared/dynamic library)" Regards Piotr Dobrogost _______________________________________________ cURLpp mailing list cURLpp@rrette.com http://www.rrette.com/mailman/listinfo/curlpp