
10 Mar
2004
10 Mar
'04
4:42 a.m.
----- Original Message ----- From: "Douglas Gregor" <gregod@cs.rpi.edu> [...]
I suggest making capture_wrapper a function object wrapper, not a slot_type (slot_types aren't actually invocable as function objects):
I see. [...]
That'd be a much bigger change to Signals. For one, we'd be breaking the logarithmic complexity of inserting a new element in a particular group.
Yes, it would need to be a template template parameter for defining the slot container type or a policy. Eugene