On Fri, 2008-10-03 at 12:49 -0500, John Peterson wrote: > On Fri, Oct 3, 2008 at 9:11 AM, Adam C Powell IV <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I'm trying to add a libmesh-doc debian package, and one file is giving > > me trouble. > > > I'm afraid I can't find the class that generates this, and source greps > > for "iteratorelse" "iteratorendif" "forward" "variant" etc. don't turn > > up anything useful. > > > > Where is this, and how can I fix the errant doc it creates? > > Hi Adam, > > The offending class is probably include/base/variant_filter_iterator.h > > We had to do some hokey #defines in the class definition to get it > working with older GNU compilers. Commenting some of that out might > help with documentation generation, I'm not sure.
Thanks, pulling out the old #if ... __GNUC__ < 3 ... sections did the trick. -Adam -- GPG fingerprint: D54D 1AEE B11C CE9B A02B C5DD 526F 01E8 564E E4B6 Engineering consulting with open source tools http://www.opennovation.com/
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
