commit 2025-09-20 08:39 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-09-20 08:39:30 +09:00
parent 936581e12d
commit b893f0884e

View File

@ -5664,7 +5664,8 @@ namespace ZNsMain
#endif #endif
TypeLength VL_Index = 0; TypeLength VL_Index = 0;
TypeLength VL_Loop = /*::::::::::::::::::::::::::*/ TypeLength VL_Loop = /*::::::::::::::::::::::::::*/
( ml_TypeLength <= rhs.ml_TypeLength ? (
ml_TypeLength <= rhs.ml_TypeLength ?
this->ml_TypeLength : this->ml_TypeLength :
rhs. ml_TypeLength rhs. ml_TypeLength
) ; ) ;