RE: [boost] Re: binding

2003-02-20 Thread Amélie et François Dumont
Yet an other remark but this time about the answer of Graig Henderson to Greg Dehass: >>Greg, >>From the Linker Error, it looks like you're using Microsoft Visual C++. I >>discovered a bug recently with MSVC7.0 which may be the same as you're >>seeing here, but it is reported to be fixed in Everet

RE: [boost] Re: binding

2003-02-10 Thread Amélie et François Dumont
s [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 8:23 AM To: 'Boost mailing list' Subject: RE: [boost] Re: binding Unfortunately, just using &functionname doesnt work on template functions ( fncSelection = &GenAlg::RouletteWheel; ) I tried it and it gets confused ab

RE: [boost] Re: binding

2003-02-09 Thread Greg Dehaas
ECTED] Subject: RE: [boost] Re: binding Just a little remark about the code that has nothing to do with the bug that has been elucidated by Graig Henderson. When Greg Dehaas wrote: > I have a namespace GenAlg with this inside: >

RE: [boost] Re: binding

2003-02-09 Thread Greg Dehaas
ave used that function earlier on! -Original Message- From: Peter Dimov [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 08, 2003 5:27 PM To: Boost mailing list Subject: Re: [boost] Re: binding Amélie et François Dumont wrote: > Just a little remark about the code that has nothing to

Re: [boost] Re: binding

2003-02-08 Thread Peter Dimov
Amélie et François Dumont wrote: > Just a little remark about the code that has nothing to do with the > bug that has been elucidated by Graig Henderson. When Greg Dehaas > wrote: [...] >> fncSelection = boost::bind(GenAlg::RouletteWheel> unsigned long>,_1); > > It seems to me that it would have be

[boost] Re: binding

2003-02-06 Thread Craig Henderson
Greg, >From the Linker Error, it looks like you're using Microsoft Visual C++. I discovered a bug recently with MSVC7.0 which may be the same as you're seeing here, but it is reported to be fixed in Everett. The bug occurs if you pass a template function as a parameter to another template function