[Doxygen-develop] gcc 3.3 patch
Brought to you by:
dimitri
From: James M. D. <mdu...@ya...> - 2003-07-22 09:21:10
|
Dear All, I have just compiled doxygen with the new gcc (3.3) it has a problem with a union of objects with a constructor. CPPValue I have removed the constructor, and put it into a derived class CppValue2. The class CppValueParser is used by the Parser directly. The users of the CPPValue now use CPPValue2, the parsers uses CppValueParser. This all has the effect of isolating the constructor from the parser, but making them work togeather. Surely this can be done better, just a quick hack.. Mike ===== James Michael DuPont http://introspector.sourceforge.net/ __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |