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

Method impl

include/boost/filesystem/exception.hpp:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 std::string m_what; // not built until needed
73
74 impl() = default;
75 explicit impl(path const& path1) :
76 m_path1(path1)
77 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected