MCPcopy Create free account
hub / github.com/boostorg/filesystem / destroy_path_globals

Function destroy_path_globals

src/path.cpp:1579–1587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1577}
1578
1579void __cdecl destroy_path_globals()
1580{
1581 delete g_dot_dot_path;
1582 g_dot_dot_path = nullptr;
1583 delete g_dot_path;
1584 g_dot_path = nullptr;
1585 delete g_path_locale;
1586 g_path_locale = nullptr;
1587}
1588
1589BOOST_FILESYSTEM_INIT_FUNC init_path_globals()
1590{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected