lazy translation implementation
This commit is contained in:
9
include/paths.hpp
Normal file
9
include/paths.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace cellar {
|
||||
namespace paths {
|
||||
extern std::string translate(std::string in_path, bool lazy = false);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user