mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-09-22 06:44:53 +08:00
Upgrade to Visual Studio 2015
This commit is contained in:
@@ -2964,7 +2964,7 @@ WfRuntimeThreadContext (Operators)
|
||||
CONTEXT_ACTION(PopValue(first), L"failed to pop a value from the stack.");
|
||||
T firstValue = UnboxValue<T>(first);
|
||||
T secondValue = UnboxValue<T>(second);
|
||||
T value = exp(secondValue * log(firstValue));
|
||||
T value = (T)exp(secondValue * log(firstValue));
|
||||
context.PushValue(BoxValue(value));
|
||||
return WfRuntimeExecutionAction::ExecuteInstruction;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user