
13 Oct
2012
13 Oct
'12
11:55 p.m.
On Sat, Oct 13, 2012 at 5:52 PM, Lorenzo Caminiti <lorcaminiti@gmail.com>wrote:
http://contractpp.svn.sourceforge.net/viewvc/contractpp/trunk/doc/html/contr...
Another minor comment. For associated types and constrained parameters such as: template< ObjectType T> I see you are using the syntax template( typename(ObjectType) T ) I am currently using the following syntax in Boost.Generic: template( ((ObjectType)) T ) This is for a couple of reasons. First, it's concise and closer to the standard syntax, but also because in the end that syntax should be able to be used for unary concepts whose parameter is not a type, in which case "typename" doesn't really make sense. -- -Matt Calabrese