From 3cbcc8df6c446ccdfbd1329520d9920ce456ac9e Mon Sep 17 00:00:00 2001 From: sauron Date: Wed, 24 Sep 2025 15:07:31 +0900 Subject: [PATCH] commit 2025-09-24 17:07 edit a bit ZCppMain/ZCStringStd.H --- ZCppMain/ZCStringStd.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ZCppMain/ZCStringStd.H b/ZCppMain/ZCStringStd.H index 5907b17..727ec12 100644 --- a/ZCppMain/ZCStringStd.H +++ b/ZCppMain/ZCStringStd.H @@ -91,14 +91,14 @@ namespace ZNsMain ##########################################################*/ - template ZCStringStd& ReplaceByPosList + template ZCStringStd& ReplaceByPosList /////////////////// ( TPosList& AR_CPosList , TypeCPChar APC_Replace , TypeLength AL_Replace , TypeLength AL_Searched ) - /*##########################################################*/ + /*#########################################################################*/ { // TPosList : ZNsMain::ZtCBaseList etc // AL_Replace : APC_Replace 의 길이 @@ -224,14 +224,14 @@ namespace ZNsMain return *this; }/* - template ZCStringStd& ReplaceByPosList + template ZCStringStd& ReplaceByPosList /////////////////// ( TPosList& AR_CPosList , TypeCPChar APC_Replace , TypeLength AL_Replace , TypeLength AL_Searched ) - ############################################################*/ + ###########################################################################*/ ZCStringStd& Replace /*####################################################*/