Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在linux下编译的错误!!! #1

Open
creatorlxd opened this issue Jan 17, 2018 · 1 comment
Open

在linux下编译的错误!!! #1

creatorlxd opened this issue Jan 17, 2018 · 1 comment

Comments

@creatorlxd
Copy link

/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不能正常工作!!!

@ChillMagic
Copy link
Member

ChillMagic commented Jan 17, 2018

感谢关注。
目前 ICM 项目进入冻结期。准备等 CVM 项目完成后将 CVM 作为 ICM 的后端。
更新将在不久后完成,感谢关注!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants