j
k
j a
j l
On Wed, Dec 5, 2012 at 9:34 PM, Chris Stankevitz wrote:
template void Chain(const TAFunc1& Func1, TAFunc2& Func2) { Func1(); Func2(); }
Another problem with this: The second argument should be a const reference, not a mutable reference. Chris
Back to the thread
Back to the list