Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ operator delete
Method
operator delete
tests/Issue455.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void operator delete(void* p)
23
{
24
std::free(p);
25
}
26
};
27
28
class Orange {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected