| 94 | { |
| 95 | public: |
| 96 | derived_from_path() {} |
| 97 | derived_from_path(derived_from_path const& that) : fs::path(static_cast< fs::path const& >(that)) {} |
| 98 | template< typename T > |
| 99 | derived_from_path(T const& that) : fs::path(that) {} |
nothing calls this directly
no outgoing calls
no test coverage detected