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

Intel C++ Compiler (19.1) abstract class problem with (v2.6) #240

Open
DLdota opened this issue Sep 13, 2020 · 0 comments
Open

Intel C++ Compiler (19.1) abstract class problem with (v2.6) #240

DLdota opened this issue Sep 13, 2020 · 0 comments

Comments

@DLdota
Copy link

DLdota commented Sep 13, 2020

Naive VS2019 v142 + 2.6 is work.
Intel + 2.3 is work.

`1>stdafx.cpp
1>x64\DLL\Core\CoreStuff\include\LuaBridge/detail/Userdata.h(653): error : function returning abstract class "IGameEvent" is not allowed:

1> function "IGameEvent::GetName" is a pure virtual function
1> function "IGameEvent::GetID" is a pure virtual function
1> function "IGameEvent::IsReliable" is a pure virtual function
1> function "IGameEvent::IsLocal" is a pure virtual function
1> function "IGameEvent::IsEmpty" is a pure virtual function
1> function "IGameEvent::GetBool" is a pure virtual function
1> function "IGameEvent::GetInt" is a pure virtual function
1> function "IGameEvent::GetUint64" is a pure virtual function
1> function "IGameEvent::GetFloat" is a pure virtual function
1> function "IGameEvent::GetString" is a pure virtual function
1> function "IGameEvent::GetPtr" is a pure virtual function
1> function "IGameEvent::SetBool" is a pure virtual function
1> function "IGameEvent::SetInt" is a pure virtual function
1> function "IGameEvent::SetUint64" is a pure virtual function
1> function "IGameEvent::SetFloat" is a pure virtual function
1> function "IGameEvent::SetString" is a pure virtual function
1> function "IGameEvent::SetPtr" is a pure virtual function
1> function "IGameEvent::GetDataKeys" is a pure virtual function
1> static ReturnType get(lua_State* L, int index)
1> ^
1> detected during:
1> instantiation of class "luabridge::detail::UserdataGetter<T, luabridge::detail::Void<T (*)()>::Type> [with T=IGameEvent]" at line 672
1> instantiation of class "luabridge::Stack [with T=IGameEvent]" at line 438 of "x64\DLL\Core\CoreStuff\include\LuaBridge/detail/Stack.h"
1> instantiation of class "luabridge::Stack<T *> [with T=IGameEvent]" at line 531 of "x64\DLL\Core\CoreStuff\include\LuaBridge/detail/LuaRef.h"
1> instantiation of "LuaRef luabridge::LuaRefBase<Impl, LuaRef>::operator()(P1) const [with Impl=luabridge::LuaRef, LuaRef=luabridge::LuaRef, P1=IGameEvent *]" at line 70 of "x64\DLL\Core\stdafx.h"`

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

1 participant