On Wed, Dec 12, 2007 at 08:39:41PM +0800, Guo Xu wrote:
i found that , when int a = 2, b = 0 the expression max( (_1 - _2 - 4)( a, b ) , 0 ); should return 0, but return -2, why ? is it a bug in lambda?
The following code:
#include
On Wed, Dec 12, 2007 at 08:39:41PM +0800, Guo Xu wrote:
i found that , when int a = 2, b = 0 the expression max( (_1 - _2 - 4)( a, b ) , 0 ); should return 0, but return -2, why ? is it a bug in lambda?
The following code:
#include