On Fri, Mar 25, 2011 at 11:04 PM, William A. Rowe Jr. <[email protected]> wrote: > On 3/25/2011 7:13 PM, Stefan Fritsch wrote: >> >> A possibility would be to put the tentative definition in http_log.h >> inside a #ifndef __cplusplus. In C, nothing would change. And in C++, >> one would have to set APLOG_USE_MODULE() before using any logging >> function. What do you think of that? Would that be too confusing? > > +1, as long as the .h files are usable verbatim from .cpp sources, then > whatever specific magic is required for the .cpp modules to adopt the > logging constructs would make good sense, and be just a bit of extra > work for such developers. It just needs documenting.
Yeah, that's what I was planning. > > I'll test-build mod_aspdotnet (a c++ module) against trunk just as soon > as your proposed fix is committed. > Meanwhile I have another C++ module to practice with, hopefully using both g++ and Intel. Maybe I can get that done today.
