add std::filesystem::path logger
This commit is contained in:
@@ -120,6 +120,11 @@ namespace hack
|
||||
{
|
||||
std::cout << data << (m_count != 0 ? m_devider : "");
|
||||
}
|
||||
|
||||
void print_t(const std::filesystem::path& path)
|
||||
{
|
||||
std::cout << path.string() << (m_count != 0 ? m_devider : "");
|
||||
}
|
||||
|
||||
// для bool
|
||||
template<concepts::is_bool T>
|
||||
|
||||
Reference in New Issue
Block a user