Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ odr_use
Function
odr_use
test/path_test.cpp:2900–2904 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2898
}
2899
2900
inline void odr_use(const path::value_type& c)
2901
{
2902
static const path::value_type dummy =
'\0'
;
2903
BOOST_TEST(&c != &dummy);
2904
}
2905
2906
} // unnamed namespace
2907
Callers
1
cpp_main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected