
Regarding the indent styles and headers: do you have an emacs style that you use? I will also try to get the specializations generated by Boost PP code. Thanks for your comments! Sohail -----Original Message----- From: boost-bounces@lists.boost.org on behalf of Joel de Guzman Sent: Sun 1/21/2007 5:37 PM To: boost@lists.boost.org Subject: Re: [boost] [Bind] min_arity: the patch I'll comment on the fusion side of things. For now, since I did just a cursory look, my comments will be superficial. 1) Please follow fusion coding conventions (e.g. your copyright at the top, spaces instead of tabs, indent styles, etc.) 2) I'm not so sure about using python to generate the specializations. I'd rather see Boost PP code; some examples can be found in the fusion code (e.g. vector1..vectorN). I'd like to avoid the use of an external tool as much as possible.