Skip to content

Commit

Permalink
build linux version
Browse files Browse the repository at this point in the history
  • Loading branch information
柯达昭 committed Jul 19, 2020
1 parent a5fe2e6 commit 6ad5b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/core/XScriptWrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ namespace XS
* most compile will work well.
*/
typedef TClassSizeEqual<FunctionType, uintptr_t> SizeCheck;
typedef typename SizeCheck::Succeeded Succeeded;
//typedef typename SizeCheck::Succeeded Succeeded;

IFunctionWrap* pWrap = CallBackWrap::GetInst();
STypeInfoArray InfoArray = MakeFunArg<RetType, ClassType*, Param...>();
Expand Down Expand Up @@ -577,7 +577,7 @@ namespace XS
* most compile will work well.
*/
typedef TClassSizeEqual<FunctionType, uintptr_t> SizeCheck;
typedef typename SizeCheck::Succeeded Succeeded;
//typedef typename SizeCheck::Succeeded Succeeded;

static TDestructorWrap s_instance;
GetCallBackIndex() = XS::GetDestructorFunIndex<ClassType>();
Expand Down

0 comments on commit 6ad5b3a

Please sign in to comment.