fix misuse const flag leads result wrong || core

This commit is contained in:
obdev
2022-11-03 02:13:59 +00:00
committed by wangzelin.wzl
parent 54885402b0
commit 31418623c2
4 changed files with 6 additions and 4 deletions

View File

@ -459,6 +459,8 @@ public:
return OBJ_DATUM_STRING == obj_datum_map_;
};
inline bool is_const_expr() const { return is_static_const_ || is_dynamic_const_; }
// Evaluate all parameters, assign the first sizeof...(args) parameters to %args.
//
// e.g.: