Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ main
Function
main
test/cf_path_nullptr_test.cpp:11–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
#include <boost/config.hpp>
10
11
int main()
12
{
13
boost::filesystem::path p(nullptr);
14
p = nullptr;
15
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected