15 Sep
2009
15 Sep
'09
2:47 a.m.
On Sep 14, 2009, at 9:40 AM, ruya wrote:
Hi
Matthias Troyer-2 wrote:
I would write this very differently, and can give you a better version that should have no problems, but could you please send me the definition of GeneratorI first?
Sorry about that, the missing typedefs at SearchFunctor:
typedef boost::mt19937 base_generator_type; typedef boost::variate_generator
> GeneratorI;
Another question: what does the destructor of your class look like? Can you send the full class? Matthias