From: Guo Xu (goooxu_at_[hidden])
Date: 2007-12-07 08:36:01


I want to implement the grammar like this,
to create template parameter dynamicly,

set< int, ( _1 > _2 ) > intset;

can lambda do it ,and how to ?