>>> I have the problem that "indent" doubles up the "const" keyword at
>>> the end of a function description. Very annoying. So maybe "indent"
>>> is not the way to go? Or my particular version is buggy.
>> Do you have an example? I haven't noticed this.
> "char *Fl_Text_Buffer::text_range(int start, int end) const {"
>
> was converted to=20
>
> "char *Fl_Text_Buffer::text_range(int start, int end) const const {"
Yes, that's bad. I wasn't recompiling, and hadn't spotted this.
I had though that the warnings about 'indent' and C++ were more to
do with how it handled nested templates, because they are a real
nightmare, but obviously not.
D.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev