You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 34%] Building CXX object QueryEngine/CMakeFiles/QueryEngine.dir/ColumnarResults.cpp.o
/home/pearu/git/omnisci/omniscidb-internal/QueryEngine/ColumnarResults.cpp:635:32: error: 'write_functions' in capture list does not name a variable
&write_functions,
pearu
changed the title
[Failure] error: 'write_functions' in capture list does not name a variable
error: 'write_functions' in capture list does not name a variable
Aug 27, 2019
Solution, use
See https://stackoverflow.com/questions/7895879/using-member-variable-in-lambda-capture-list-inside-a-member-function
The text was updated successfully, but these errors were encountered: