Do you know the difference between replacing and overloading?
“Searching for another overload”: overloading and replacing new and delete with MSVC v142
by Guy Davidson
From the article
There are rather a lot of operator new functions; the standard defines 22, 14 of which are non-member functions. How does the new operator know which operator new to call?
Add a Comment