[Lambda] find_if + vector of arrays
25 Jul
2006
25 Jul
'06
9:19 p.m.
Hi,
Why can't lambda figure out the return type of operator[] for array?
Does it know about vectors? I know I can fix the compile error by using
bl::ret<double>(bl::_1[0])... But for obvious reasons, I'd much rather
not!
#include <vector>
#include <algorithm>
#include
6687
Age (days ago)
6687
Last active (days ago)
0 comments
1 participants
participants (1)
-
Sohail Somani