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
/home/lxd/ICM/source/runtime/deffunc.cpp: In lambda function:
/home/lxd/ICM/source/runtime/deffunc.cpp:285:38: error: converting to ‘const DataList {aka const Common::lightlist<ICM::Object*>}’ from initializer list would use explicit constructor ‘Common::lightlist<T>::lightlist(const std::initializer_list<_Tp>&) [with T = ICM::Object*]’
r = rf.call({ a.get(), b.get() });
在修改了lightlist.h的构造函数的explicit后,虽然编译成功了。但是
defunc
不能正常工作!!!The text was updated successfully, but these errors were encountered: