My running wishlist of KDevelop
Vladimir Prus
ghost at cs.msu.su
Fri Jun 3 13:22:07 UTC 2005
On Friday 03 June 2005 15:12, Steven T. Hatton wrote:
> <title>
> The IDE should warn about improperly ordered member initializations.
> </title>
> <para>
> As stated above, member initialization order can be
> significant to how a program behaves. It is almost
> certainly bad style to initialize out of order, and likely
> it is an error.
FWIW, gcc with the -Wall option warns whenever you initialize members out
of order in member initialization list. Maybe you meant something else?
- Volodya
More information about the KDevelop-devel
mailing list