diff --git a/src/ceval.h b/src/ceval.h index f30c411f..7b321c72 100644 --- a/src/ceval.h +++ b/src/ceval.h @@ -445,7 +445,7 @@ __NEXT_STEP:; _0 = call_method(TOP(), __contains__, SECOND()); } POP(); - TOP() = VAR(static_cast(CAST(bool, _0) ^ byte.arg)); + TOP() = VAR(static_cast((int)CAST(bool, _0) ^ byte.arg)); DISPATCH(); /*****************************************/ TARGET(JUMP_ABSOLUTE) diff --git a/src/vector.h b/src/vector.h index 83658ed7..3ddac26b 100644 --- a/src/vector.h +++ b/src/vector.h @@ -141,6 +141,4 @@ public: Container& data() { return vec; } }; -// template -// using pod_stack = stack>; } // namespace pkpy \ No newline at end of file