Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ test_eq
Function
test_eq
test/path_operator_ambiguity.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
using namespace boost::filesystem;
17
18
bool test_eq(char* arg)
19
{
20
return std::string(
"abc"
) == arg;
21
}
22
23
bool test_ne(char* arg)
24
{
Callers
1
main
Function · 0.85
Calls
1
string
Function · 0.85
Tested by
no test coverage detected