You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that C++17 is the minimum language version, std::filesystem::path is part of the standard library. It would be ergonomic if we added something like testing::TempPath() to complement testing::TempDir(), returning std::filesystem::path instead of std::string. std::filesystem::path provides some a little bit of abstraction and has some ergonomics, e.g., operator / to joining paths.
Describe the proposal.
Included in the "why" above.
Is the feature specific to an operating system, compiler, or build system version?