Search:

Type: Posts; User: stumcd

Search: Search took 0.01 seconds.

  1. Circular template reference no longer compiles (g++)

    Hi,
    The following compiles on g++ version 3.2.3 on Red Hat and HP-UX, but fails on 3.4.4 (cygming special). Since that appears to be newer I'm assuming it's my code that's wrong.

    I've cut it...
  2. typename ref_stripper

    typename ref_stripper<typename Op::argument_type>::type*
    Nice! Is there a good text on learning this stuff? My C++ is pretty good, and I can understand how these things work, but there is no way I...
  3. Ahh thank you...I actually changed it from a...

    Ahh thank you...I actually changed it from a reference as part of my many trial and errors. I'm trying to remember now why I did that.

    This is the kind of thing question2 was about. I really don't...
  4. Learning functors problem. Pointer to reference

    Hi...I've been playing around trying to learn bind1st, mem_fun, ptr_fun, etc. and I noticed that my code I always have collections of pointers, not objects (maybe this is bad?). So I thought a...
Results 1 to 4 of 4