หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'operator operator-name' must be globally qualified
The new
and delete
operators are tied to the class where they reside. Scope resolution cannot be used to select a version of new
or delete
from a different class. To implement multiple forms of the new
or delete
operator, create a version of the operator with extra formal parameters.
This error is obsolete in Visual Studio 2022 and later versions.