From de6056ab27d3268bbc7f883c742c56694b11f721 Mon Sep 17 00:00:00 2001 From: sauron Date: Sat, 18 Oct 2025 19:06:33 +0900 Subject: [PATCH] commit 2025-10-18 19:06 edit a bit ZCppMain/ZMainHead.H --- ZCppMain/ZMainHead.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ZCppMain/ZMainHead.H b/ZCppMain/ZMainHead.H index b1c6b06..d1c3ed4 100644 --- a/ZCppMain/ZMainHead.H +++ b/ZCppMain/ZMainHead.H @@ -10555,8 +10555,8 @@ namespace ZNsCPP */ - placement new 를 overload 할 때 추가로 인자를 전달하는 방법을 제공합니다. 예를 들어, 표준 C++ 라이 - 브러리의 default new는 메모리가 바닥나면 exception 을 throw 합니다. Overload 된 new 는 대 - 신 NULL 을 리턴하는데, Overload 된 new 는 다음과 같이 정의되어 있습니다. + 브러리의 default new 는 메모리가 바닥나면 exception 을 throw 합니다. Overload 된 new 는 + 대신 NULL 을 리턴하는데, Overload 된 new 는 다음과 같이 정의되어 있습니다. struct nothrow_t {}; extern const nothrow_t nothrow;