
22 Aug
2007
22 Aug
'07
7:06 a.m.
Michael Marcin <mmarcin <at> method-solutions.com> writes:
Could it just take arguments by value and use boost::ref for references like the other function-like libraries?
N2329 (Lambda expressions and closures for C++) proposes both passing by ref and val. I agree that both are important but I couldn't come up with a good solution. http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2007/n2329.pdf -- Alexander