Search:

Type: Posts; User: Elkvis

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    6,386

    I suspect that using something like boost::bind...

    I suspect that using something like boost::bind (std::bind for C++0x/C++11) affects compile performance a lot more than run time performance, so the 'fast and light' argument for using C-style...
  2. Replies
    11
    Views
    6,386

    this seems like a good application for...

    this seems like a good application for boost::bind, if they can play nice together.
Results 1 to 2 of 2