Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ free_class
Function
free_class
src/engine/class.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
176
177
static void free_class( void * xclass, void * data )
178
{
179
object_free( *(OBJECT * *)xclass );
180
}
181
182
183
void class_done( void )
Callers
nothing calls this directly
Calls
1
object_free
Function · 0.85
Tested by
no test coverage detected