Re: What is a virtual thunk

2007-10-05 Thread John V. Shahid
On Thu, 2007-10-04 at 11:10 -0700, [EMAIL PROTECTED] wrote: > I am seeing the following, for GDB step into a function. What function ? > Somehow the > debug information is not there and it shows me some other file. > Please help with me with this. > I have compiled with -g all the way. > > #

Re: instantiating boost::bind(...) in one place and reusing it throughout the code

2007-10-05 Thread er
On Oct 1, 12:24 pm, Pedro LamarĂ£o <[EMAIL PROTECTED]> wrote: > On Sep 29, 8:37 pm, er <[EMAIL PROTECTED]> wrote: > > > hi, > > > for example, i use > > > boost::bind( > > &A::f, > > _1 > > ) > > > in different parts of my code. i'm thinking of using something like > > > some_type* fo = new bo