| 621 | } |
| 622 | |
| 623 | inline bool join_path([[maybe_unused]] const std::filesystem::path &p) |
| 624 | { |
| 625 | return true; |
| 626 | } |
| 627 | |
| 628 | template<typename... Args> |
| 629 | inline bool join_path(std::filesystem::path &path, const std::filesystem::path &first, const Args&... args) |