Quoting Mark de Wever <[EMAIL PROTECTED]>:

> Hi,
>
> Since is seems no longer possible to compile with MSVC++ 6 I think this
> section in the coding styles is obsolete "Respect for loop scoping of
> different platforms". So I'd like to remove that section.

I would love to be able to remove this also.

If we haven't already, we should start allowing STL member template  
functions (e.g. list<int> l; vector<int> v(l.begin(), l.end()); ) if  
we haven't already. (VC++6 allowed member template functions, but  
shipped with a version of the STL which didn't have such functions,  
even though they're standard).

It'd also be nice to encourage people to start using foreach more.

David

>
> Regarding doxygen we changed the style from /** to //! which had some
> complaints at the time. The biggest pro-//!, Hajo, seems to be rather
> inactive at the moment. I've used the //! style for a while and the
> extra ! does give problems with editors, so I'd rather move back to the
> former style. Also the current doxygen comments are still in multiple
> styles which doesn't really help. I'd like to get everything is one
> style and prefer to do that in the previous style.
>
> As a side note it would be rather nice if other devs would also add
> comments about the functions (I know I need to do more in my widget
> libary and it's on my todo list ;-) ).
>
> Regards,
> Mark de Wever aka Mordante/SkeletonCrew
>
> _______________________________________________
> Wesnoth-dev mailing list
> [email protected]
> https://mail.gna.org/listinfo/wesnoth-dev
>




_______________________________________________
Wesnoth-dev mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-dev

Reply via email to